fix(map): report selected theme scale honestly
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-22 00:56:58 +02:00
parent 1299ff9dac
commit 46884cbbc9
2 changed files with 18 additions and 28 deletions
@@ -20,7 +20,8 @@ def test_map_first_explorer_is_the_default_product_flow() -> None:
assert "<h3>Inzichten</h3>" in workspace
assert "Teken rechthoek" in workspace
assert "Volledig werkgebied" in workspace
assert "Alle relevante thema" in workspace
assert "Gekozen thema" in workspace
assert "Kies kleiner gebied" in workspace
assert "Bron nog niet ingeladen" in workspace
assert "useMapThemeSelectionInsights" in workspace
assert "datasetsApi.selectVectorFeatures" in read("frontend/src/hooks/useMapThemeSelectionInsights.ts")