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: remove conditional logic from Playwright tests for consistent CI behavior
- Playwright webServer always runs in production mode (npm run build && npm run start)
- Removed NODE_ENV checks that caused CI failures
- Tests now always expect production behavior (redirect to homepage, 403 responses)
- All 17 tests passing consistently in both local and CI environments
0 commit comments