And the field "Override for Test assignment three" matches value "1"
And the field "Grade for Test assignment four" matches value "1.00"
And the field "Override for Test assignment four" matches value "1"
+
+ Scenario: I can not update grades if the value is out of bounds.
+ Given I log in as "teacher1"
+ And I am on "Course 1" course homepage
+ And I navigate to "View > Grader report" in the course gradebook
+ And I follow "Single view for Test assignment one"
+ And I set the field "Perform bulk insert" to "1"
+ When I set the field "Insert value" to "-1"
+ And I press "Save"
+ Then I should see "The grade entered for Test assignment one for james (Student) 1 is less than the minimum allowed"
+ And I should see "The grade entered for Test assignment one for holly (Student) 2 is less than the minimum allowed"
+ And I should see "The grade entered for Test assignment one for anna (Student) 3 is less than the minimum allowed"
+ And I should see "The grade entered for Test assignment one for zac (Student) 4 is less than the minimum allowed"
+ And I should see "Grades were set for 0 items"