Close full operational audit findings
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-17 14:19:02 +02:00
parent cc36dabcbe
commit 78a5f0b0b2
81 changed files with 2248 additions and 1467 deletions
@@ -11,7 +11,7 @@ def test_map_source_mode_keeps_database_layers_distinct_from_analysis_results()
assert "const [mapContentMode, setMapContentMode]" in app
assert "mapContentMode === 'analysis' && analysisMapLayerAvailable" in app
assert "setMapContentMode('dataset')" in app
assert 'aria-label="Map content source"' in workspace
assert 'aria-label="Bron van de kaartinhoud"' in workspace
assert "onSetMapContentMode('dataset')" in workspace
assert "onSetMapContentMode('analysis')" in workspace
assert "disabled={!analysisLayerAvailable}" in workspace