The GitHub Actions job "Tests" on airflow.git/fix/e2e-variable-playwright-63965 
has failed.
Run started by GitHub user kimimgo (triggered by choo121600).

Head commit for run:
45585754c9350e515f518d7f12e8d72300f39ba7 / Imgyu Kim <[email protected]>
Improve Playwright test patterns in VariablePage (#63965)

- Replace CSS :has-text() with locator.filter({ hasText }) in rowByKey
- Replace CSS attribute selector with getByRole('checkbox') in selectRow
- Replace page.waitForFunction() DOM queries with locator-based
  waiting (Promise.race of noData text vs first table row)
- Replace CSS input[type='checkbox'] with getByRole('checkbox')
  in selectAllCheckbox

Aligns with Playwright best practices per #63036.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to