Merge branch 'wip-mdl-50963-m28' of git://github.com/rajeshtaneja/moodle into MOODLE_28_STABLE
This commit is contained in:
@@ -84,7 +84,7 @@ Feature: We can change the grading type and maximum grade point values
|
||||
And I set the field "grade[modgrade_type]" to "Point"
|
||||
And I set the field "grade[modgrade_point]" to "20000"
|
||||
And I press "Save and display"
|
||||
Then I should see "Invalid Grade Value. This must be an integer between 0 and 900"
|
||||
Then I should see "Invalid Grade Value. This must be an integer between 1 and 900"
|
||||
And I press "Cancel"
|
||||
|
||||
@javascript
|
||||
@@ -104,5 +104,5 @@ Feature: We can change the grading type and maximum grade point values
|
||||
And I follow "Test Assignment 1"
|
||||
And I follow "Edit settings"
|
||||
And I press "Save and display"
|
||||
Then I should see "Invalid Grade Value. This must be an integer between 0 and 100"
|
||||
Then I should see "Invalid Grade Value. This must be an integer between 1 and 100"
|
||||
And I press "Cancel"
|
||||
|
||||
Reference in New Issue
Block a user