MDL-87088 behat: add missing @javascript tags to required tests
This commit is contained in:
committed by
Huong Nguyen
parent
4290c0db02
commit
1646ab8620
@@ -46,6 +46,7 @@ Feature: We can enter in grades and view reports from the gradebook
|
||||
And I give the grade "90.00" to the user "Student 1" for the grade item "Test assignment name 2"
|
||||
And I press "Save changes"
|
||||
|
||||
@javascript
|
||||
Scenario: Grade a grade item and ensure the results display correctly in the gradebook
|
||||
When I navigate to "View > User report" in the course gradebook
|
||||
And the "Gradebook navigation menu" select menu should contain "Grader report"
|
||||
@@ -68,6 +69,7 @@ Feature: We can enter in grades and view reports from the gradebook
|
||||
And "Course 1" row "Grade" column of "overview-grade" table should contain "170.00"
|
||||
And "Course 1" row "Grade" column of "overview-grade" table should not contain "90.00"
|
||||
|
||||
@javascript
|
||||
Scenario: We can add a weighting to a grade item and it is displayed properly in the user report
|
||||
When I navigate to "Setup > Gradebook setup" in the course gradebook
|
||||
And I set the following settings for grade item "Course 1" of type "course" on "setup" page:
|
||||
|
||||
Reference in New Issue
Block a user