haseebmalik18 opened a new pull request, #64328:
URL: https://github.com/apache/airflow/pull/64328

   Improve Playwright test patterns in `PoolsPage.ts` to align with best 
practices.                                                                     
                                                                                
                                                                          
   - Replace `waitForLoadState("networkidle")` with UI-state assertions         
                                                                        
   - Remove `waitForTimeout()` in favor of web-first assertions                 
                                                                        
   - Replace CSS selectors (`input[name="name"]`, `input[type="number"]`, 
`textarea`) with `getByLabel()`                                               
   - Replace `page.locator('[data-testid="card-list"]')` with 
`page.getByTestId("card-list")`                                                 
          
                                                                                
                                                                          
   closes: #63430 


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