diff --git a/tests/ui/gpx-journey.spec.js b/tests/ui/gpx-journey.spec.js index a74924f..8f6cf00 100644 --- a/tests/ui/gpx-journey.spec.js +++ b/tests/ui/gpx-journey.spec.js @@ -1,5 +1,5 @@ // @ts-check -// Tests: G1–G4 — buildJourneySegments algorithm correctness +// Tests: G1–G5 — buildJourneySegments algorithm correctness // These tests load the italy-2025 map page (which has GPX) to get MapUtils in scope, // then call the functions with synthetic data via page.evaluate. // Requires demo data: run `make demo-load` before this suite.