Updated today at 08:58
Commit: dd04d31 Show on GitHub
- Author: RazanSagheer
- Date: 3/17/2026, 3:30:37 PM
- Message: test(e2e): add protected route redirect e2e tests. #288 These tests verify that unauthenticated users are redirected to /login when visiting protected routes like /dashboard, /research, and the root route. Refs: #288
- Stats: 97 total changes (+96 / -1)
Changed Files
playwright.config.js— +14 / -1 (15 changes)src/tests/e2e/auth.test.js— +78 / -0 (78 changes)test-results/.last-run.json— +4 / -0 (4 changes)