mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
MDL-66979 scorm: Increase behat window size
On Firefox there can be some issues with ensuring that all nodes are visible in order to click them. This is likely an upstream geckodriver bug and not one that can be easily addressed across all of Moodle. In this instance the "Next" button is just outside the Visible Window, but it is in an iFrame which is fully visible. In this situation Firefox is unable to click the button but does not error.
This commit is contained in:
parent
0121d366bf
commit
dd8d8c7ac2
@ -15,6 +15,7 @@ Feature: Confirm progress gets saved on unload events
|
||||
| user | course | role |
|
||||
| teacher1 | C1 | editingteacher |
|
||||
| student1 | C1 | student |
|
||||
And I change window size to "large"
|
||||
|
||||
@javascript
|
||||
Scenario: Test progress gets saved correctly when the user navigates away from the scorm activity
|
||||
|
Loading…
x
Reference in New Issue
Block a user