Merge branch 'MDL-82792-main' of https://github.com/sarjona/moodle

This commit is contained in:
Jun Pataleta 2024-08-15 10:14:57 +08:00
commit 2c5f32d814
No known key found for this signature in database
GPG Key ID: F83510526D99E2C7
2 changed files with 4 additions and 2 deletions

View File

@ -26,7 +26,8 @@ Feature: View activity completion information in the h5p activity
| packagefilepath | h5p/tests/fixtures/filltheblanks.h5p | | packagefilepath | h5p/tests/fixtures/filltheblanks.h5p |
Scenario: View automatic completion items Scenario: View automatic completion items
Given I am on the "Music history" "h5pactivity activity" page logged in as teacher1 Given I change window size to "large"
And I am on the "Music history" "h5pactivity activity" page logged in as teacher1
# Teacher view. # Teacher view.
And "Music history" should have the "View" completion condition And "Music history" should have the "View" completion condition
And "Music history" should have the "Receive a grade" completion condition And "Music history" should have the "Receive a grade" completion condition

View File

@ -30,7 +30,8 @@ Feature: Pass grade activity completion information in the h5p activity
Scenario: View automatic completion items Scenario: View automatic completion items
# Teacher view. # Teacher view.
Given I am on the "Music history" "h5pactivity activity" page logged in as teacher1 Given I change window size to "large"
And I am on the "Music history" "h5pactivity activity" page logged in as teacher1
And "Music history" should have the "View" completion condition And "Music history" should have the "View" completion condition
And "Music history" should have the "Receive a grade" completion condition And "Music history" should have the "Receive a grade" completion condition
And "Music history" should have the "Receive a passing grade" completion condition And "Music history" should have the "Receive a passing grade" completion condition