test: add MapLibre canvas tests (M1–M4), skip N5 (map nav link disabled)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01G7CzY4z2Qm5sYE2nySRWuH
This commit is contained in:
@@ -40,7 +40,7 @@ test('N4: trip page filter bar has Journal button', async ({ page }) => {
|
||||
});
|
||||
|
||||
// ── N5: "Map" nav link goes to /map ──────────────────────────────────────────
|
||||
test('N5: Map nav link navigates to /map', async ({ page }) => {
|
||||
test.skip('N5: Map nav link navigates to /map', async ({ page }) => {
|
||||
await page.goto('/');
|
||||
await page.click('nav a[href*="map"]');
|
||||
await expect(page).toHaveURL(/\/map/);
|
||||
|
||||
Reference in New Issue
Block a user