Skip to content

Commit

Permalink
MDL-60046 participants: Fix for groups behat feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
snake committed Oct 13, 2017
1 parent f088e26 commit eae71c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions group/tests/behat/create_groups.feature
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,12 @@ Feature: Organize students into groups
And I navigate to course participants
And I open the autocomplete suggestions list
And I click on "Group: Group 1" item in the autocomplete list
And I press "Filter"
And I should see "Student 0"
And I should see "Student 1"
And I should not see "Student 2"
And I click on "Group: Group 1" "text" in the ".form-autocomplete-selection" "css_element"
And I open the autocomplete suggestions list
And I click on "Group: Group 2" item in the autocomplete list
And I press "Filter"
And I should see "Student 2"
And I should see "Student 3"
And I should not see "Student 0"
Expand Down

0 comments on commit eae71c8

Please sign in to comment.