- Created frontend/e2e/helpers/auth.ts with shared auth utilities - Extracted getRequiredEnv, REGULAR_USER, ADMIN_USER, clearAuth, loginUser - Updated all three e2e test files to use shared helpers - Reduced code duplication across test files |
||
|---|---|---|
| .. | ||
| helpers | ||
| admin-invites.spec.ts | ||
| appointments.spec.ts | ||
| auth.spec.ts | ||
| availability.spec.ts | ||
| booking.spec.ts | ||
| counter.spec.ts | ||
| permissions.spec.ts | ||
| profile.spec.ts | ||