We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9265bfd commit 431a26aCopy full SHA for 431a26a
tests/behat/features/class.feature
@@ -6,8 +6,7 @@ Feature: Classes
6
Scenario: Create a class
7
Given I am a platform administrator
8
And I am on "/main/admin/usergroups.php?action=add"
9
- When I fill in the following:
10
- | name | Class 1 |
11
- | description | class description |
+ When I fill "usergroup_name" with "Class 1"
+ And I fill "description" with "class description"
12
And I press "submit"
13
Then I should see "Item added"
0 commit comments