The GitHub Actions job "Tests (AMD)" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
9d4f495a804e9a79015f1618665029d8a24e8edc / Jarek Potiuk <[email protected]>
Fix flaky Firefox calendar-tab e2e tests: read run states from the DOM (#67879)

The Dag Calendar tab e2e tests read run states by hovering each cell to open
the tooltip. BasicTooltip opens on a mouseenter after a 500ms delay and renders
through a portal, which synthetic pointer events do not open reliably in
headless Firefox — the three state-reading tests timed out there (chromium was
unaffected), and a stepped real-pointer hover did not help either.

Expose the per-cell run states as a data-states attribute on the calendar cell,
computed with the same view-mode-aware logic the tooltip uses, and read that
attribute in the tests instead of hovering. Reading a DOM attribute is
deterministic and backend-independent, so the tests pass on every browser.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to