Skip to content

Commit 431a26a

Browse files
committed
CI: Fix classes feature
1 parent 9265bfd commit 431a26a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/behat/features/class.feature

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ Feature: Classes
66
Scenario: Create a class
77
Given I am a platform administrator
88
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 |
9+
When I fill "usergroup_name" with "Class 1"
10+
And I fill "description" with "class description"
1211
And I press "submit"
1312
Then I should see "Item added"

0 commit comments

Comments
 (0)