Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
Description
In MDL-73297 a new behat scenario was added, verifying that, when the viewport is narrow, it's possible to see the calendar events description by hovering in the small calendar block.
And the test normally works, but the 1st of every month. When the calendar day matches the actual day (AU/Perth) of month, it fails.
Link: https://ci.moodle.org/job/W.03.01%20-%20Behat%20-%20Chrome%20+%20Postgres/1251/ (executed the 1st of Feb 2022)
001 Scenario: The calendar page should be responsive # /var/www/html/calendar/tests/behat/calendar.feature:254
|
And I hover over day "1" of this month in the full calendar page # /var/www/html/calendar/tests/behat/calendar.feature:267
|
element not interactable: http://webserverc3e67b9d00254b58/behatrun3/calendar/view.php?view=month# has no size and location
|
(Session info: headless chrome=96.0.4664.45) (Facebook\WebDriver\Exception\ElementNotInteractableException)
|
So, this will be failing every 1st of month till resolved.