@@ -55,7 +55,7 @@ Feature: Using the AJAX grading feature of Grader report to update grades and fe
55
55
| grade_report_showquickfeedback | 0 |
56
56
And I log in as "teacher1"
57
57
And I follow "Course 1"
58
- And I go to "View > Grader report" in the course gradebook
58
+ And I navigate to "View > Grader report" in the course gradebook
59
59
And I click on student "Student 2" for grade item "Item VU"
60
60
Then I should see a grade field for "Student 2" and grade item "Item VU"
61
61
And I should not see a feedback field for "Student 2" and grade item "Item VU"
@@ -93,7 +93,7 @@ Feature: Using the AJAX grading feature of Grader report to update grades and fe
93
93
And the following should exist in the "user-grades" table:
94
94
| -1 - | -16 - |
95
95
| Student 1 | 90 .00 |
96
- And I go to "View > Grader report" in the course gradebook
96
+ And I navigate to "View > Grader report" in the course gradebook
97
97
And the following should exist in the "user-grades" table:
98
98
| -1 - | -6 - | -7 - | -13 - | -16 - |
99
99
| Student 1 | - | - | - | 90 .00 |
@@ -107,7 +107,7 @@ Feature: Using the AJAX grading feature of Grader report to update grades and fe
107
107
| grade_report_showquickfeedback | 1 |
108
108
And I log in as "teacher1"
109
109
And I follow "Course 1"
110
- And I go to "View > Grader report" in the course gradebook
110
+ And I navigate to "View > Grader report" in the course gradebook
111
111
And I click on student "Student 2" for grade item "Item VU"
112
112
Then I should see a grade field for "Student 2" and grade item "Item VU"
113
113
And I should see a feedback field for "Student 2" and grade item "Item VU"
@@ -127,8 +127,8 @@ Feature: Using the AJAX grading feature of Grader report to update grades and fe
127
127
And I set the field "ajaxfeedback" to "Student 2 SU feedback"
128
128
And I press key "13" in the field "ajaxfeedback"
129
129
# Reload grader report:
130
- And I go to "View > User report" in the course gradebook
131
- And I go to "View > Grader report" in the course gradebook
130
+ And I navigate to "View > User report" in the course gradebook
131
+ And I navigate to "View > Grader report" in the course gradebook
132
132
And the following should exist in the "user-grades" table:
133
133
| -1 - | -7 - | -13 - | -16 - |
134
134
| Student 2 | 33 .00 | Very good | 36 .00 |
@@ -144,7 +144,7 @@ Feature: Using the AJAX grading feature of Grader report to update grades and fe
144
144
| grade_report_showquickfeedback | 1 |
145
145
And I log in as "teacher1"
146
146
And I follow "Course 1"
147
- And I go to "View > Grader report" in the course gradebook
147
+ And I navigate to "View > Grader report" in the course gradebook
148
148
And I click on student "Student 2" for grade item "Item VU"
149
149
Then I should see a grade field for "Student 2" and grade item "Item VU"
150
150
And I should see a feedback field for "Student 2" and grade item "Item VU"
@@ -164,7 +164,7 @@ Feature: Using the AJAX grading feature of Grader report to update grades and fe
164
164
| grade_report_showquickfeedback | 1 |
165
165
And I log in as "teacher1"
166
166
And I follow "Course 1"
167
- And I go to "View > Grader report" in the course gradebook
167
+ And I navigate to "View > Grader report" in the course gradebook
168
168
And I turn editing mode on
169
169
Then I should not see a grade field for "Student 2" and grade item "Item VL"
170
170
And I should not see a feedback field for "Student 2" and grade item "Item VL"
@@ -195,7 +195,7 @@ Feature: Using the AJAX grading feature of Grader report to update grades and fe
195
195
| grade_report_showquickfeedback | 1 |
196
196
And I log in as "teacher1"
197
197
And I follow "Course 1"
198
- And I go to "View > Grader report" in the course gradebook
198
+ And I navigate to "View > Grader report" in the course gradebook
199
199
And I turn editing mode on
200
200
And I change window size to "large"
201
201
And I set "=[[i1]] + [[i3]] + [[gsc]]" calculation for grade item "Calc Item" with idnumbers:
0 commit comments