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

Head commit for run:
01a44405cf019045a4e6e045b1aeb18ea4f2391f / Piyush <[email protected]>
Fix e2e column header locators and remove flaky trial click

- Replace getByRole("columnheader", { name }) with .filter({ hasText })
  so headers are matched by text content instead of ARIA accessible name.
  The sort button's aria-label="sort" was shadowing the header text in
  the accessible name computation, causing the test to never find the element.

- Remove the redundant trial click before deleting a connection.
  Playwright's .click() already waits for stability; the extra trial run
  was racing with the Ark UI open animation and timing out on CI.

- Remove unused LazyClipboard import and fix formatter issues:
  import order, trailing whitespace, double blank line.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to