Merge branch 'MDL-59367-master-fix2' of http://github.com/damyon/moodle

This commit is contained in:
Andrew Nicols
2017-07-26 14:03:22 +08:00
+2
View File
@@ -27,6 +27,7 @@ Feature: Edit user roles
And I click on "Student 1's role assignments" "link"
And I open the autocomplete suggestions list
And I click on "Non-editing teacher" item in the autocomplete list
And I press key "27" in the field "Student 1's role assignments"
When I click on "Save changes" "link"
Then I should see "Student, Non-editing teacher" in the "Student 1" "table_row"
@@ -37,5 +38,6 @@ Feature: Edit user roles
And I navigate to course participants
And I click on "Student 1's role assignments" "link"
And I click on ".form-autocomplete-selection [aria-selected=true]" "css_element"
And I press key "27" in the field "Student 1's role assignments"
When I click on "Save changes" "link"
Then I should see "No roles" in the "Student 1" "table_row"