academia/src
Andrés Eduardo García Márquez 8e5a401601 test(e2e): add Playwright tests for auth and enrollment
New E2E test suites:

activation.spec.ts:
- Account activation flow with valid code
- Invalid/expired code handling
- Resend code functionality
- Redirect behavior for inactive accounts

auth.spec.ts:
- Login with valid/invalid credentials
- Registration flow
- Password reset flow
- Session persistence

enrollment-restrictions.spec.ts:
- Maximum 3 subjects per student
- Same professor restriction
- Available subjects filtering

role-access.spec.ts:
- Admin-only routes protection
- Student dashboard access
- Guest redirection to login
2026-01-09 07:43:13 -05:00
..
backend feat(admin): add admin panel for student management 2026-01-09 07:42:50 -05:00
frontend test(e2e): add Playwright tests for auth and enrollment 2026-01-09 07:43:13 -05:00