Description
Verify unauthenticated browser navigation to dashboard pages redirects to login.
Files to Edit/Create
dashboard/e2e/auth-guards.spec.ts
Acceptance Criteria
- Run Playwright test suite against dev server and assert URL redirects.
Guidance / Hints
Use page.goto('/dashboard') and check URL.
Description
Verify unauthenticated browser navigation to dashboard pages redirects to login.
Files to Edit/Create
dashboard/e2e/auth-guards.spec.tsAcceptance Criteria
Guidance / Hints
Use
page.goto('/dashboard')and check URL.