MDL-77355 webservice: Behat scenario for adding service functions.

This commit is contained in:
Paul Holden 2023-04-06 11:58:53 +01:00
parent 6abfde47dc
commit 997713f43e
No known key found for this signature in database
GPG Key ID: A81A96D6045F6164

View File

@ -1,4 +1,4 @@
@core @core_admin
@core @core_admin @core_webservice
Feature: Web service user settings
In order to configure authorised users for a web service
As an admin
@ -29,3 +29,13 @@ Feature: Web service user settings
Then I should see "User One" in the ".alloweduserlist" "css_element"
And I should see "1@example.org" in the ".alloweduserlist" "css_element"
And I should see "Kermit" in the ".alloweduserlist" "css_element"
@javascript
Scenario: Add a function to a web service
When I log in as "admin"
And I navigate to "Server > Web services > External services" in site administration
And I click on "Functions" "link" in the "Silly service" "table_row"
And I follow "Add functions"
And I set the field "Name" to "core_blog_get_entries"
And I click on "Add functions" "button" in the "#fgroup_id_buttonar" "css_element"
Then I should see "core_blog_get_entries" in the "generaltable" "table"