Bhuvan-08 opened a new pull request, #63474:
URL: https://github.com/apache/airflow/pull/63474

   Closes #63431
   
   **Description:**
   Improved Playwright test patterns in `providers.spec.ts` and 
`ProvidersPage.ts` to align with Playwright Best Practices as requested.
   
   * Replaced `page.waitForFunction()` DOM queries and `waitForLoadState` with 
native locator-based waiting (`waitFor({ state: "visible" })`).
   * Updated manual static string assertions to web-first assertions 
(`toBeVisible()`, `not.toBeEmpty()`).
   * Removed `page.evaluate()` and static variable extraction, opting to 
observe UI state directly on the locators.
   
   Verified tests pass locally and all UI linters passed via `prek`.


-- 
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]

Reply via email to