Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
963b3736
Commit
963b3736
authored
Sep 01, 2015
by
David Monllaó
Browse files
Merge branch 'wip-mdl-50963-m28' of
git://github.com/rajeshtaneja/moodle
into MOODLE_28_STABLE
parents
99a146b5
12804263
Changes
1
Hide whitespace changes
Inline
Side-by-side
grade/tests/behat/grade_point_maximum.feature
View file @
963b3736
...
@@ -84,7 +84,7 @@ Feature: We can change the grading type and maximum grade point values
...
@@ -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_type]"
to
"Point"
And
I set the field
"grade[modgrade_point]"
to
"20000"
And
I set the field
"grade[modgrade_point]"
to
"20000"
And
I press
"Save and display"
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"
And
I press
"Cancel"
@javascript
@javascript
...
@@ -104,5 +104,5 @@ Feature: We can change the grading type and maximum grade point values
...
@@ -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
"Test Assignment 1"
And
I follow
"Edit settings"
And
I follow
"Edit settings"
And
I press
"Save and display"
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"
And
I press
"Cancel"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment