MDL-84485 webservice: Add Behat step for mobile web service selection

This commit introduces a mandatory service selection step in our Behat tests
to ensure consistent behavior in environments with multiple third-party services.
This commit is contained in:
Farhan Karmali
2025-07-29 15:58:50 +05:30
parent 5780da5481
commit d2fcaa515b
@@ -18,6 +18,7 @@ Feature: Verify the breadcrumbs in webservice tokens site administration pages
And "Manage tokens" "link" should exist in the ".breadcrumb" "css_element"
And "Web services" "link" should exist in the ".breadcrumb" "css_element"
And I set the field "User" to "John Doe"
And I set the field "Service" to "Moodle mobile web service"
And I press "Save changes"
When I press "Delete" action in the "John Doe" report row
Then "Delete token" "text" should exist in the ".breadcrumb" "css_element"