Merge branch 'MDL-59534' of git://github.com/stronk7/moodle

This commit is contained in:
Dan Poltawski
2017-07-14 07:16:05 +01:00
@@ -138,7 +138,12 @@ Feature: Mapping courses in a feedback
And I follow "Map feedback to courses"
And I set the field "Courses" to "Course 2"
And I set the field "Courses" to "Course 3"
# Weird solution to make the editable field to lose the focus
# but with the focus, "save changes" uses to fail because of
# the suggestions hiding the button.
And I press key "27" in the field "Courses"
And I press "Save changes"
And I should see "Course mapping has been changed"
And I log out
And I log in as "user1"