@@ -17,6 +17,7 @@ This document tracks key test coverage across the Street Support Network rebuild
1717| Component | Status | Notes |
1818|-- --------------------|-------------|-------------------------------------------|
1919| `LocationContext` | ⏳ TODO | Behaviour under different locations |
20+ | `LocationContext` | ✅ Done | Context updates and geolocation request |
2021| Timetable View | 🚧 Planned | Based on rebuild roadmap |
2122| Geolocation Fallback | 🚧 Planned | Will stub `navigator.geolocation` |
2223
@@ -40,4 +41,29 @@ This document tracks key test coverage across the Street Support Network rebuild
4041** File: ** `e2e/ find- help.spec.ts`
4142** Status: ** ✅ All tests passing
4243** Date: ** 2025 - 06 - 03
43- ** Notes: ** Mocks used for category API; geolocation stubbed for result validation
44+ ** Notes: ** Mocks used for category API; geolocation stubbed for result validation
45+ ** Notes: ** Mocks used for category API; geolocation stubbed for result validation
46+
47+ ### ✅ Homepage – End-to- End (Playwright)
48+
49+ ** Coverage: **
50+ - Map renders on page load
51+ - Location markers become visible
52+
53+ ** File: ** `e2e/ homepage.spec.ts`
54+ ** Status: ** ✅ All tests passing
55+ ** Date: ** 2025 - 06 - 09
56+ ** Notes: ** Uses mocked map pins for reliability
57+
58+ ### ✅ Organisation Entry – End-to- End (Playwright)
59+
60+ ** Coverage: **
61+ - Organisation details load correctly
62+ - Accordions expand and collapse
63+ - Correct heading text asserted
64+ - Footer disclaimer visible
65+
66+ ** File: ** `e2e/ organisation- entry.spec.ts`
67+ ** Status: ** ✅ All tests passing
68+ ** Date: ** 2025 - 06 - 11
69+ ** Notes: ** Uses sample slug during local testing
0 commit comments