fix: export active map theme results
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-14 13:38:27 +02:00
parent 50e7d0163b
commit 0ec1ab4970
4 changed files with 17 additions and 2 deletions
@@ -24,6 +24,8 @@ def test_map_first_explorer_is_the_default_product_flow() -> None:
assert "useMapThemeSelectionInsights" in workspace
assert "datasetsApi.selectVectorFeatures" in read("frontend/src/hooks/useMapThemeSelectionInsights.ts")
assert "activeSelectionResult" in workspace
assert "downloadActiveThemeSelection" in workspace
assert "disabled={!activeSelectionResult}" in workspace
assert "bboxesEqual(mapSelectionBbox, selectedAreaBbox)" in workspace