trails/e2e
Ullrich Schäfer 9c9d53d3bd
Fix POI E2E test: mock the planner proxy, not upstream Overpass
The test was added in 0ff04aa (Apr 11), back when the browser called
overpass-api.de directly. When a4df5a4 (Apr 18) moved POI queries
behind the planner's `/api/overpass` proxy, the test's
`page.route("**/api/interpreter", ...)` mock became dead code —
Playwright can only intercept browser traffic, and the browser now
only sees `/api/overpass`. The real upstream got hit and didn't
return a drinking_water node at exactly 52.52, 13.405, so zero
markers rendered and the test failed.

Mock `/api/overpass` instead. Response body shape is unchanged
(the proxy is transparent).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 21:48:21 +02:00
..
fixtures Add smoothness, track type, cycleway, and bike route color modes 2026-04-11 11:13:44 +02:00
auth.test.ts Stop Sentry on logout; fix E2E + Dockerfile for merged consolidation 2026-04-18 00:40:36 +02:00
demo-bot.test.ts Apply demo-activity-bot: Bruno, the synthetic public-walk generator 2026-04-19 10:14:58 +02:00
integration.test.ts Add E2E tests, Journal map coloring, and remaining unit tests 2026-04-11 00:14:08 +02:00
journal.test.ts Add app navigation bars to Journal and Planner 2026-03-25 03:12:27 +00:00
planner.test.ts Fix POI E2E test: mock the planner proxy, not upstream Overpass 2026-04-19 21:48:21 +02:00
public-content.test.ts Apply public-content-visibility: visibility flag + public profile 2026-04-19 09:11:39 +02:00
settings.test.ts Add account settings page with passkey management 2026-03-29 10:09:06 +02:00