The GitHub Actions job "Tests" on airflow.git/fix/e2e-task-logs-playwright-patterns has failed. Run started by GitHub user Uday-Choudhary (triggered by potiuk).
Head commit for run: 0b9d24312ea809a816f0127863033475d3f48143 / Uday-Choudhary <[email protected]> fix(ui/e2e): improve Playwright test patterns in task-logs.spec.ts Replace anti-patterns with Playwright best practices: - page.locator('[data-testid="..."]') → page.getByTestId(...) - .waitFor({ state: "visible" }) → expect(...).toBeVisible() - waitForLoadState("networkidle") → state-based locator waiting - Manual count assertions → web-first expect(...).not.toHaveCount(0) - Remove task-logs.spec.ts from testIgnore list Closes #63964 Report URL: https://github.com/apache/airflow/actions/runs/23331931589 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
