MDL-42395 mod_assign: Single feedback is always visible

Single feedback is always visible, so no need to click to expand
This commit is contained in:
Rajesh Taneja 2016-02-02 15:58:48 +08:00
parent 0612d476ef
commit 97eee5baac

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 log in as "student2"
And I follow "Course 1" And I follow "Course 1"
And I follow "Test assignment name" 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 should see "I'm the teacher first feedback" in the "Feedback comments" "table_row"
And I log out And I log out
When I log in as "teacher1" 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 follow "View/grade all submissions"
And I click on "Grade Student 2" "link" in the "Student 2" "table_row" 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 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: And I set the following fields to these values:
| Grade | 50 | | Grade | 50 |
| Feedback comments | I'm the teacher second feedback | | Feedback comments | I'm the teacher second feedback |