-
Bug
-
Resolution: Fixed
-
Minor
-
4.0.8, 4.1.3, 4.2, 4.3
-
MOODLE_400_STABLE, MOODLE_401_STABLE, MOODLE_402_STABLE, MOODLE_403_STABLE
-
MOODLE_400_STABLE, MOODLE_401_STABLE, MOODLE_402_STABLE
-
MDL-78040-401 -
This was detected while working with MDL-78016 and by coincidence, because it's a combination (Firefox + Oracle) that we don't run in the CIs.
There is one scenario that fails randomly, only with Firefox and with slow environments (normally Oracle). The same scenario always passes with Chrome and the same slow environment.
- 50 repetitions (Chrome + Oracle):
https://ci.moodle.org/view/Testing/job/DEV.01%20-%20Developer-requested%20Behat/35504/
- 50 repetitions (Firefox + Oracle):
3 failures https://ci.moodle.org/view/Testing/job/DEV.01%20-%20Developer-requested%20Behat/35503/
Scenario: The glossary random block is displayed even when glossary module is disabled
001 Scenario: The glossary random block is displayed even when glossary module is disabled # /var/www/html/blocks/glossary_random/tests/behat/glossary_random_addblock_disabled.feature:13
|
When I navigate to "Plugins > Activity modules > Manage activities" in site administration # /var/www/html/blocks/glossary_random/tests/behat/glossary_random_addblock_disabled.feature:17
|
The element reference of <a class="nav-link " href="http://webserver65e92110db112cb8/admin/search.php"> is stale; either the element is no longer attached to the DOM, it is not in the current frame context, or the document has been refreshed (Facebook\WebDriver\Exception\StaleElementReferenceException)
|
It affects 4.2.0 and 4.3dev and, surely, also to older branches.