hussain-s opened a new pull request, #64078: URL: https://github.com/apache/airflow/pull/64078
## Summary Improve Playwright test patterns in `providers.spec.ts` and `ProvidersPage.ts` without changing test coverage or behavior. ## What changed - replaced DOM-query based waiting with locator-based readiness checks - moved Admin menu navigation into the page object - replaced manual row-count and string assertions with web-first Playwright assertions - kept the existing providers test coverage intact ## Validation - `pnpm exec eslint tests/e2e/specs/providers.spec.ts tests/e2e/pages/ProvidersPage.ts` - `pnpm exec tsc --noEmit -p tsconfig.app.json` - `TEST_USERNAME=admin TEST_PASSWORD=admin AIRFLOW_UI_BASE_URL=http://localhost:28080 pnpm exec playwright test tests/e2e/specs/providers.spec.ts --project=chromium` Relates to #63431 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
