feat: Enhance reservation functionality
This commit is contained in:
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user