You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix flaky E2E tests and UserMultiSelect data fetching reliability
- Fix UserMultiSelect: fetch data eagerly on mount instead of gating
on a focused/click state that couldn't reliably re-trigger API calls.
Also fix missing setLoading(false) in error path.
- Add navigateToDetail helper with retry for resilient entity page
navigation under parallel test load
- Make application-review-workflow tests serial to prevent state conflicts
- Use navigateToDetail in thesis-grading, proposal-feedback, data-retention
tests for graceful handling when entities aren't accessible
- Increase timeouts for thesis/topic creation form submissions
- Increase accept notification timeout to 30s for slow API responses
- Reduce local Playwright workers from 4 to 2 to reduce server load
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments