mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
2663e21be3
This just applies two "tricks" to make the test to behave better: - Ensuring that the "wait until the page is loaded" happens in the scorm frame. - Ensuring that the last item in the package gets some extra time by reloading the page completely at the end. With them, a testing environment with a 100% of failures has become 100% passing (25 repetitions). That should be good enough to reduce the impact of that failure everywhere. See the issue for more details.