The GitHub Actions job "Tests" on airflow.git/fix/playwright-dags-list-patterns 
has failed.
Run started by GitHub user gnosyslambda (triggered by choo121600).

Head commit for run:
9c3f407ae66e337d67187222e158e70de9c1fbfe / gnosyslambda <[email protected]>
fix(e2e): improve Playwright test patterns in dags-list

- Remove unnecessary waitForTimeout() calls before web-first assertions
- Replace waitForTimeout() with state-based waiting (waitForDagList, 
toBeVisible)
- Replace CSS :has-text() selectors with getByRole() user-facing locators
- Replace :has-text() in compound selectors with .filter({ hasText })
- Replace legacy text= locators with getByText()
- Replace dispatchEvent("click") with .click()
- Replace waitForTimeout in dropdown methods with listbox visibility checks
- Convert verify methods from boolean return to void (throw on failure)
- Update spec to await verify methods directly instead of boolean assertions

Fixes #63426

Signed-off-by: gnosyslambda <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to