@@ -44,6 +44,7 @@ Feature: Testing overview integration in mod_assign
44
44
| gradeitem | user | grade |
45
45
| Pending grades | student1 | 50 |
46
46
47
+ @javascript
47
48
Scenario : The assign overview report should generate log events
48
49
Given I am on the "Course 1" "course > activities > assign" page logged in as "teacher1"
49
50
When I am on the "Course 1" "course" page logged in as "teacher1"
@@ -53,6 +54,7 @@ Feature: Testing overview integration in mod_assign
53
54
Then I should see "Course activities overview page viewed"
54
55
And I should see "viewed the instance list for the module 'assign'"
55
56
57
+ @javascript
56
58
Scenario : Teachers can see relevant columns in the assign overview
57
59
When I am on the "Course 1" "course > activities > assign" page logged in as "teacher1"
58
60
# Check columns.
@@ -83,6 +85,7 @@ Feature: Testing overview integration in mod_assign
83
85
And I should see "Submitted for grading" in the "Username 1" "table_row"
84
86
And I should see "No submission" in the "Username 2" "table_row"
85
87
88
+ @javascript
86
89
Scenario : The assign overview actions has information about the number of pending elements to grade
87
90
When I am on the "Course 1" "course > activities > assign" page logged in as "teacher1"
88
91
# Check main actions.
@@ -117,6 +120,7 @@ Feature: Testing overview integration in mod_assign
117
120
And "[data-mdl-overview-alertcount='1']" "css_element" should exist in the "Pending grades" "table_row"
118
121
And "[data-mdl-overview-alertlabel='Needs grading']" "css_element" should exist in the "Pending grades" "table_row"
119
122
123
+ @javascript
120
124
Scenario : Students can see relevant columns in the assign overview
121
125
When I am on the "Course 1" "course > activities > assign" page logged in as "student1"
122
126
# Check columns.
0 commit comments