MDL-44614 behat: Automate MDLQA-60

A teacher can provide feedback
comments and files for an assignment.
This commit is contained in:
David Monllao
2014-04-28 10:00:41 +07:00
parent 560fc52dca
commit 6f9f05a06e
+17 -2
View File
@@ -27,6 +27,7 @@ Feature: In an assignment, teachers can edit a students submission inline
| assignsubmission_file_enabled | 0 |
| assignfeedback_comments_enabled | 1 |
| assignfeedback_comments_commentinline | 1 |
| assignfeedback_file_enabled | 1 |
And I log out
And I log in as "student1"
And I follow "Course 1"
@@ -41,10 +42,24 @@ Feature: In an assignment, teachers can edit a students submission inline
And I follow "Test assignment name"
And I follow "View/grade all submissions"
And I click on "Grade Student 1" "link" in the "Student 1" "table_row"
And I set the following fields to these values:
| Grade out of 100 | 50 |
| Feedback comments | I'm the teacher feedback |
And I upload "lib/tests/fixtures/empty.txt" file to "Feedback files" filemanager
And I press "Save changes"
And I press "Continue"
Then I should see "50.00" in the "Student 1" "table_row"
And I should see "Submitted for grading" in the "Student 1" "table_row"
And I should see "Graded" in the "Student 1" "table_row"
And I should see "I'm the student first submission" in the "Student 1" "table_row"
And I should see "I'm the teacher feedback" in the "Student 1" "table_row"
And I should see "empty.txt" in the "Student 1" "table_row"
And I log out
When I log in as "student1"
And I log in as "student1"
And I follow "Course 1"
And I follow "Test assignment name"
And I should see "I'm the student first submission" in the "Feedback comments" "table_row"
And I should see "Submitted for grading" in the "Submission status" "table_row"
And I should see "Graded" in the "Grading status" "table_row"
And I should see "I'm the student first submission" in the "Online text" "table_row"
And I should see "I'm the teacher feedback" in the "Feedback comments" "table_row"
And I should see "empty.txt" in the "Feedback files" "table_row"