-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.1.10, 4.2.7, 4.3.4, 4.4.1
-
MOODLE_401_STABLE, MOODLE_402_STABLE, MOODLE_403_STABLE, MOODLE_404_STABLE
The new Behat scenarios added in MDL-80479 cause random failures. We just saw one like
And I should see "##+2 days##%A, %d %B %Y, %I:%M##": "Friday, 10 May 2024, 9:49" text was not found in the page (Behat\Mink\Exception\ExpectationException)
The problem is that on line 72 it creates the quiz with timeclose ##+2 days## which might be, say 9:48:29, then some time later , perhaps at 9:49:01, line 81 checks And I should see "<timeclose>%A, %d %B %Y, %I:%M##" and that fails.
- is a regression caused by
-
MDL-80479 Behat to confirm quiz opening and closing times can be set (Automate MDLQA-296)
-
- Closed
-