mirror of
https://github.com/moodle/moodle.git
synced 2025-02-24 20:13:14 +01:00
MDL-82792 h5p: Fix random behat failures
We've started seeing various failures in Firefox and Classic. Increasing the default window size fixes them.
This commit is contained in:
parent
a75365f2e4
commit
bd447a102d
@ -26,7 +26,8 @@ Feature: View activity completion information in the h5p activity
|
||||
| packagefilepath | h5p/tests/fixtures/filltheblanks.h5p |
|
||||
|
||||
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.
|
||||
And "Music history" should have the "View" completion condition
|
||||
And "Music history" should have the "Receive a grade" completion condition
|
||||
|
@ -30,7 +30,8 @@ Feature: Pass grade activity completion information in the h5p activity
|
||||
|
||||
Scenario: View automatic completion items
|
||||
# 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 "Receive a grade" completion condition
|
||||
And "Music history" should have the "Receive a passing grade" completion condition
|
||||
|
Loading…
x
Reference in New Issue
Block a user