snesan821 opened a new pull request, #64191: URL: https://github.com/apache/airflow/pull/64191
### Description This PR addresses Playwright testing anti-patterns outlined in Issue #63409, specifically focusing on the `DagCalendarTab` page object. **Changes:** * Removed deprecated `page.waitForFunction()` DOM query used to count calendar cells. * Implemented web-first assertion (`expect(locator).toBeVisible()`) utilizing existing `calendarCells` locator to ensure the calendar grid is fully loaded and stable. closes: #63409 --- ##### Was generative AI tooling used to co-author this PR? - [x] Yes (Kiro Agentic IDE) Generated-by: Kiro following the guidelines --- -- 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]
