Skip to content

Commit

Permalink
MDL-59366 enrol: Be more specific on which autocomplete is being opened
Browse files Browse the repository at this point in the history
* Specify that the autocomplete in the student's row in the
  participants table is being opened.
  • Loading branch information
junpataleta committed Aug 4, 2017
1 parent cd3f250 commit 37fc1d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enrol/tests/behat/add_to_group.feature
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Feature: Users can be added to multiple groups at once
And I am on "Course 1" course homepage
And I follow "Participants"
And I click on "Edit groups for \"Student 1\"" "link" in the "student1" "table_row"
And I open the autocomplete suggestions list
And I click on ".form-autocomplete-downarrow" "css_element" in the "student1" "table_row"
And I click on "Group 1" item in the autocomplete list
And I open the autocomplete suggestions list
And I click on ".form-autocomplete-downarrow" "css_element" in the "student1" "table_row"
And I click on "Group 2" item in the autocomplete list
And I press key "27" in the field "Edit groups for \"Student 1\""
And I click on "Save changes" "link" in the "student1" "table_row"
Expand Down

0 comments on commit 37fc1d4

Please sign in to comment.