snesan821 commented on PR #64191: URL: https://github.com/apache/airflow/pull/64191#issuecomment-4145297469
Hey @choo121600, thanks for the review! That completely makes sense. I've updated the DagCalendarTab tests to use expect().toBeVisible() (and toBeHidden()) to leverage Playwright's built-in web-first assertions and retry behavior. Just a heads-up: while making this update, I also included a few targeted stability patches in this push to help resolve the Playwright WebKit E2E test flakes we were seeing fail the CI. These changes mostly involve adding explicit DOM readiness waits and relaxing some brittle timeouts across DagsPage, RequiredActionsPage, ConnectionsPage, and XComsPage. Let me know if everything looks good to go now! -- 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]
