MDL-66979 mod_assign: Stop clicking the user filters

Remove the documented hack which was re-opening a popup because it
"closes for some reason". It no longer randomly closes.
This commit is contained in:
Andrew Nicols 2020-11-13 09:28:55 +08:00
parent a61c4fbce3
commit fd5b398488

View File

@ -78,8 +78,6 @@ Feature: In an assignment, teachers can change filters in the grading app
And I click on "Grade" "link" in the "Student 1" "table_row"
And I click on "[data-region=user-filters]" "css_element"
And I set the field "filter" to "Not submitted"
# The popup closes for some reason, so it needs to be reopened.
And I click on "[data-region=user-filters]" "css_element"
And I set the field "markerfilter" to "Marker 1"
And I set the field "workflowfilter" to "In marking"
And I click on "View all submissions" "link"