Commit Graph

5 Commits

Author SHA1 Message Date
snomiao
8564c0b4bf fix: improve error handling in Playwright tests
- Remove unnecessary .catch(() => {}) in userSelectView test that was
  hiding potential failures
- Add explanatory comments for legitimate .catch(() => {}) usage in
  cleanup blocks of linkInteraction tests

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-11 08:52:49 +00:00
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