-
Bug
-
Resolution: Fixed
-
Minor
-
3.5.15, 3.8.6, 3.9.3, 3.10.1
-
MOODLE_310_STABLE, MOODLE_35_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
-
MOODLE_310_STABLE, MOODLE_35_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
-
MDL-70151-master -
-
0
-
Internationals - 3.11 Sprint 1, Internationals - 3.11 Sprint 2
The assignment module supports bulk changes to assignments. When doing so a confirmation is displayed to users. If the user cancels then nothing happens, otherwise the page reloads.
Unfortunately there are some cases where behat can try to move to the next step before the reload occurs. This is more likely to happen on faster machines, especially those with the newer W3C WebDriver.
We can apply a simple pendingJS check to prevent this from happening.
- blocks
-
MDL-66979 Switch all the behat testing to the new W3C drivers
- Closed