The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix-firefox-calendar-tooltip-e2e has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
547ced718a61e7cbc83b4bb183d236ee89714c1e / Jarek Potiuk <[email protected]>
Fix flaky Firefox calendar-tab e2e tests: dispatch a real hover

The Dag Calendar tab e2e tests read run states from the hover tooltip
(BasicTooltip), which opens on a real mouseenter after a 500ms delay.
In Firefox the previous hover({force: true}) teleports the pointer and
does not fire mouseenter, and re-hovering an already-hovered cell never
re-fires it — so the retry loop could never recover and the tests timed
out (chromium was unaffected).

Reset the pointer to (0,0) and then move onto the cell centre in steps so
a genuine mouseenter is dispatched on each attempt.

Report URL: https://github.com/apache/airflow/actions/runs/26788533922

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to