mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
Merge branch 'wip-mdl-46175' of https://github.com/rajeshtaneja/moodle
This commit is contained in:
commit
c293baee2e
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
Loading…
x
Reference in New Issue
Block a user