fix: align Mol explorer primary metrics
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:27:28 +02:00
parent 2958c25b6f
commit b999c54e22
3 changed files with 42 additions and 20 deletions
@@ -23,6 +23,8 @@ def test_map_first_explorer_is_the_default_product_flow() -> None:
assert "Bron nog niet ingeladen" in workspace
assert "useMapThemeSelectionInsights" in workspace
assert "datasetsApi.selectVectorFeatures" in read("frontend/src/hooks/useMapThemeSelectionInsights.ts")
assert "activeSelectionResult" in workspace
assert "bboxesEqual(mapSelectionBbox, selectedAreaBbox)" in workspace
def test_map_rectangle_drag_is_wired_to_automatic_analysis() -> None: