mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-74276 report: Update behat tests to account for new page.
This commit is contained in:
parent
3eb80e7386
commit
2c27a33213
28 changed files with 51 additions and 51 deletions
|
@ -60,7 +60,7 @@ Feature: Set a quiz to be marked complete when the student uses all attempts all
|
|||
And "Test quiz name" should have the "Receive a pass grade or complete all available attempts" completion condition
|
||||
And I am on "Course 1" course homepage
|
||||
And I navigate to "Reports" in current page administration
|
||||
And I select "Activity completion" from the "Report type" singleselect
|
||||
And I click on "Activity completion" "link"
|
||||
And "<expectedactivitycompletion>" "icon" should exist in the "Student 1" "table_row"
|
||||
|
||||
Examples:
|
||||
|
|
|
@ -58,5 +58,5 @@ Feature: Set a quiz to be marked complete when the student completes a minimum a
|
|||
And "Test quiz name" should have the "Make attempts: 2" completion condition
|
||||
And I am on "Course 1" course homepage
|
||||
And I navigate to "Reports" in current page administration
|
||||
And I select "Activity completion" from the "Report type" singleselect
|
||||
And I click on "Activity completion" "link"
|
||||
And "Completed" "icon" should exist in the "Student 1" "table_row"
|
||||
|
|
|
@ -52,5 +52,5 @@ Feature: Set a quiz to be marked complete when the student passes
|
|||
And I log in as "teacher1"
|
||||
And I am on "Course 1" course homepage
|
||||
And I navigate to "Reports" in current page administration
|
||||
And I select "Activity completion" from the "Report type" singleselect
|
||||
And I click on "Activity completion" "link"
|
||||
And "Completed" "icon" should exist in the "Student 1" "table_row"
|
||||
|
|
|
@ -76,7 +76,7 @@ Feature: View activity completion in the quiz activity
|
|||
And I log in as "teacher1"
|
||||
And I am on "Course 1" course homepage
|
||||
And I navigate to "Reports" in current page administration
|
||||
And I select "Activity completion" from the "Report type" singleselect
|
||||
And I click on "Activity completion" "link"
|
||||
And "<expectedactivitycompletion>" "icon" should exist in the "Student 1" "table_row"
|
||||
|
||||
Examples:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue