Update
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:
Jens
2026-07-27 18:38:52 +02:00
parent ed3f1de201
commit 52addf2297
146 changed files with 29292 additions and 5 deletions
@@ -13,7 +13,7 @@ def test_work_area_change_clears_stale_spatial_results_before_switching_area() -
assert "const handleSelectMapArea = (areaId: string) => {" in workspace
assert "clearAreaSelection()\n onSelectMapArea(areaId)" in workspace
assert workspace.count("handleSelectMapArea(event.target.value)") == 2
assert workspace.count("handleSelectMapArea(event.target.value)") == 1
def test_cancelled_selection_requests_cannot_restore_stale_results() -> None: