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
@@ -13,9 +13,9 @@ def test_map_workspace_exposes_structured_surfaces() -> None:
assert 'className="map-workspace-shell"' in map_workspace
assert 'className="map-context-summary"' in map_workspace
assert 'aria-label="Map layer status"' in map_workspace
assert 'aria-label="Status van de kaartlagen"' in map_workspace
assert 'className="map-control-surface"' in map_workspace
assert 'aria-label="Map workspace controls"' in map_workspace
assert 'aria-label="Bediening van de kaartwerkruimte"' in map_workspace
assert 'className="map-frame-surface"' in map_workspace
assert 'className="map-inspection-surface"' in map_workspace
@@ -26,7 +26,7 @@ def test_map_workspace_summary_uses_current_layer_and_selection_state() -> None:
)
assert "const selectedMapArea = areas.find" in map_workspace
assert "selectedMapArea?.name ?? 'No area selected'" in map_workspace
assert "selectedMapArea?.name ?? 'Geen gebied geselecteerd'" in map_workspace
assert "mapLayerLabel" in map_workspace
assert "mapLayerSourceLabel" in map_workspace
assert "mapFeatureCount" in map_workspace