MDL-46797 core_grades: adjust behat tests

Part of MDL-46576
This commit is contained in:
Marina Glancy 2014-09-16 14:22:31 +08:00 committed by Adrian Greeve
parent 79fbab4d04
commit ae5ba1d74d

View File

@ -253,9 +253,9 @@ Feature: We can understand the gradebook user report
And "//td[contains(@headers,'contributiontocoursetotal') and contains(., '0.00 %')]" "xpath_element" should exist in the "Test assignment six" "table_row"
@javascript
Scenario: Sum of grades aggregation
Scenario: Natural aggregation
And I follow "Edit Course 1"
And I set the field "Aggregation" to "Sum of grades"
And I set the field "Aggregation" to "Natural"
And I press "Save changes"
And I click on "Extra credit value for Test assignment three" "checkbox"
And I press "Save changes"