MDL-59366 enrol: Be more specific on which autocomplete is being opened

* Specify that the autocomplete in the student's row in the
  participants table is being opened.
This commit is contained in:
Jun Pataleta 2017-08-04 09:08:33 +08:00
parent cd3f250f32
commit 37fc1d4db7

View File

@ -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"