mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-43584 behat: Updating features to use the new expected arguments
This commit is contained in:
parent
14ebd16390
commit
50edfdca03
7 changed files with 26 additions and 26 deletions
|
@ -35,10 +35,10 @@ Feature: Organize students into groups
|
|||
And I fill the moodle form with:
|
||||
| Group name | Group 2 |
|
||||
And I press "Save changes"
|
||||
When I add "student0" user to "Group 1" group
|
||||
And I add "student1" user to "Group 1" group
|
||||
And I add "student2" user to "Group 2" group
|
||||
And I add "student3" user to "Group 2" group
|
||||
When I add "Student 0 (student0@asd.com)" user to "Group 1" group members
|
||||
And I add "Student 1 (student1@asd.com)" user to "Group 1" group members
|
||||
And I add "Student 2 (student2@asd.com)" user to "Group 2" group members
|
||||
And I add "Student 3 (student3@asd.com)" user to "Group 2" group members
|
||||
Then I select "Group 1 (2)" from "groups"
|
||||
And the "members" select box should contain "Student 0"
|
||||
And the "members" select box should contain "Student 1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue