feat: Enhance reservation functionality

This commit is contained in:
2026-04-22 10:23:22 -04:00
parent 7f1e82acc2
commit 534d66c774
25 changed files with 1236 additions and 91 deletions

View File

@@ -35,7 +35,7 @@ test.describe('Auth flow', () => {
// Auth callback redirects to home (authenticated state)
await expect(page).toHaveURL('/')
await expect(page.getByText('Upcoming Reservations')).toBeVisible()
await expect(page.getByRole('heading', { name: 'Upcoming Reservations' })).toBeVisible()
})
test('unauthenticated access to protected route redirects to splash', async ({ page }) => {