This commit is contained in:
Marina Glancy 2014-08-07 10:02:25 +08:00
commit c293baee2e
4 changed files with 8 additions and 5 deletions

View File

@ -38,7 +38,7 @@ Feature: I need to export grades as text
And I follow "Grades"
And I turn editing mode on
And I give the grade "80.00" to the user "Student 1" for the grade item "Test assignment name"
And I press "Update"
And I press "Save changes"
@javascript
Scenario: Export grades as text

View File

@ -24,7 +24,7 @@ Feature: I need to export grades as xml
And I follow "Grades"
And I turn editing mode on
And I give the grade "80.00" to the user "Student 1" for the grade item "Test assignment name"
And I press "Update"
And I press "Save changes"
@javascript
Scenario: Export grades as text

View File

@ -39,7 +39,7 @@ Feature: We can enter in grades and view reports from the gradebook
And I follow "Grades"
And I turn editing mode on
And I give the grade "80.00" to the user "Student 1" for the grade item "Test assignment name"
And I press "Update"
And I press "Save changes"
@javascript
Scenario: Grade a grade item and ensure the results display correctly in the gradebook

View File

@ -22,8 +22,11 @@ Feature: Reset my home page to default
Scenario: Add blocks to page and reset
When I press "Customise this page"
And I add the "Latest news" block
And I add the "My latest badges" block
And I add the "Comments" block
And I press "Reset page to default"
Then I should not see "Latest news"
And I should not see "My latest badges"
And I should see "My latest badges"
And I should see "Calendar"
And I should see "Upcoming events"
And I should not see "Comments"
And I should not see "Reset page to default"