This commit is contained in:
Dan Poltawski 2016-02-02 08:18:06 +00:00
commit 037d9918e1

View File

@ -51,7 +51,6 @@ Feature: In an assignment, teachers can edit feedback for a students previous su
And I log in as "student2"
And I follow "Course 1"
And I follow "Test assignment name"
And I click on ".mod-assign-history-link" "css_element"
And I should see "I'm the teacher first feedback" in the "Feedback comments" "table_row"
And I log out
When I log in as "teacher1"
@ -60,7 +59,6 @@ Feature: In an assignment, teachers can edit feedback for a students previous su
And I follow "View/grade all submissions"
And I click on "Grade Student 2" "link" in the "Student 2" "table_row"
And I click on ".mod-assign-history-link" "css_element"
And I follow "Edit the grade and feedback for attempt number 1"
And I set the following fields to these values:
| Grade | 50 |
| Feedback comments | I'm the teacher second feedback |