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