Skip to content

Commit

Permalink
MDL-50535 core_grades: fixed behat failing
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjnelson authored and andrewnicols committed Jul 29, 2015
1 parent 06ae660 commit bc5d93c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions grade/tests/behat/grade_to_pass.feature
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ Feature: We can set the grade to pass value
And I add a "Database" to section "1" and I fill the form with:
| Name | Test Database 1 |
| Description | Test |
| Grade to pass | 90 |
| Aggregate type | Average of ratings |
| Grade to pass | 90 |
And I navigate to "Grades" node in "Course administration"
And I turn editing mode on
And I click on "Edit data Test Database 1" "link"
Expand All @@ -205,8 +205,8 @@ Feature: We can set the grade to pass value
And I add a "Forum" to section "1" and I fill the form with:
| Forum name | Test Forum 1 |
| Description | Test |
| Grade to pass | 90 |
| Aggregate type | Average of ratings |
| Grade to pass | 90 |
| scale[modgrade_point] | 60 |
Then I should see "The grade to pass can not be greater than the maximum possible grade 60"

Expand All @@ -216,8 +216,8 @@ Feature: We can set the grade to pass value
And I add a "Forum" to section "1" and I fill the form with:
| Forum name | Test Forum 1 |
| Description | Test |
| Grade to pass | 90 |
| Aggregate type | Average of ratings |
| Grade to pass | 90 |
And I navigate to "Grades" node in "Course administration"
And I turn editing mode on
And I click on "Edit forum Test Forum 1" "link"
Expand All @@ -236,8 +236,8 @@ Feature: We can set the grade to pass value
And I add a "Glossary" to section "1" and I fill the form with:
| Name | Test Glossary 1 |
| Description | Test |
| Grade to pass | 90 |
| Aggregate type | Average of ratings |
| Grade to pass | 90 |
And I navigate to "Grades" node in "Course administration"
And I turn editing mode on
And I click on "Edit glossary Test Glossary 1" "link"
Expand Down

0 comments on commit bc5d93c

Please sign in to comment.