haseebmalik18 opened a new pull request, #64747: URL: https://github.com/apache/airflow/pull/64747
Improve Playwright test patterns in dag-calendar-tab
- Replace `waitFor()` and `waitForFunction()` with `expect().toBeVisible()`
- Replace manual `isVisible().catch()` with `expect().toBeHidden()`
- Replace manual count assertions with `expect.poll()` for auto-retry
- Remove unused `getActiveCellCount()` wrapper
closes: #63409
--
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]
