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:
parent
f414c97887
commit
0ff04aaec7
2 changed files with 81 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue