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:
2026-06-19 21:52:38 +02:00
parent 28dc6c1f6c
commit b1ec642d60
2 changed files with 44 additions and 1 deletions
+1 -1
View File
@@ -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/);