Commit Graph

4 Commits

Author SHA1 Message Date
snomiao
e7e8c674b3 fix: replace timeout with waitForState({ visible: true }) in userSelectView test
Replace page.waitForTimeout(500) with firstOption.waitFor({ state: 'visible' })
to properly wait for dropdown options to populate instead of using arbitrary timeout.

Addresses review feedback from christian-byrne.
2025-10-09 00:51:32 +00:00
GitHub Action
36126a5a75 [auto-fix] Apply ESLint and Prettier fixes 2025-10-03 15:25:51 +09:00
snomiao
533fd1cb6f fix: flaky test 'Can choose existing user' in userSelectView.spec.ts 2025-10-03 15:25:51 +09:00
Chenlei Hu
8923ec51fd [Refactor] Re-organize browser_tests directory (#3105) 2025-03-17 15:32:14 -04:00