Merge branch 'MDL-64337-master-fix1' of git://github.com/damyon/moodle

This commit is contained in:
Jun Pataleta 2019-02-07 14:59:45 +08:00
commit ece030ede1

View File

@ -39,12 +39,10 @@ Feature: In an assignment, the administrator can edit students' submissions
And I set the following fields to these values:
| Online text | Have you seen the movie Chef? |
And I press "Save changes"
And I navigate to "View all submissions" in current page administration
Then I should see "Have you seen the movie Chef?"
And I open the action menu in "Student 1" "table_row"
And I choose "Edit submission" in the open action menu
And I set the following fields to these values:
| Online text | I have seen the movie chef. |
And I press "Save changes"
And I navigate to "View all submissions" in current page administration
Then I should see "I have seen the movie chef."