Close full operational audit findings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user