Add E2E tests for hillshading overlay and POI markers

- Hillshading: mock tile endpoint, enable via DOM evaluate, verify
  tile requests fired
- POI markers: mock Overpass API response, zoom to threshold, enable
  category, verify marker rendered in marker pane

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-04-11 02:14:56 +02:00
parent f414c97887
commit 0ff04aaec7
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9
2 changed files with 81 additions and 2 deletions

View file

@ -60,8 +60,8 @@
- [x] 10.1 Unit tests for Overpass client: query building, response parsing, deduplication
- [x] 10.2 Unit tests for POI cache: tile quantization, TTL expiry, cache hit/miss
- [x] 10.3 Unit tests for profile-to-overlay mapping
- [ ] 10.4 E2E test: enable hillshading overlay, verify tile requests
- [ ] 10.5 E2E test: enable POI category, verify markers appear (mock Overpass response)
- [x] 10.4 E2E test: enable hillshading overlay, verify tile requests
- [x] 10.5 E2E test: enable POI category, verify markers appear (mock Overpass response)
## 11. POI-Waypoint Integration