voidmatcha opened a new pull request, #5262: URL: https://github.com/apache/zeppelin/pull/5262
### What is this PR for? Three races caused flaky `frontend / run-playwright-e2e-tests`: 1. Per-test login raced on the shared session cookie under parallel workers -> moved to a single `setup` project + `storageState`. 2. `locator.fill` on Ant modal inputs landed before Angular bound the form-control -> new `BasePage.fillAndVerifyInput()` retries via `expect.toPass` until the input value sticks. 3. Modal/dropdown/theme/logout transitions had no explicit wait -> targeted waits added at each boundary. Inline comments on the diff for the non-obvious bits. ### What type of PR is it? Bug Fix ### Todos ### What is the Jira issue? ZEPPELIN-6422 ### How should this be tested? ### Screenshots (if appropriate) ### Questions: * Does the license files need to update? No * Is there breaking changes for older versions? No * Does this needs documentation? No -- 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]
