mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
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:
parent
0612d476ef
commit
97eee5baac
1 changed files with 0 additions and 2 deletions
|
@ -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 |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue