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
@@ -60,13 +60,18 @@ def test_map_prioritizes_controls_map_and_collapsed_diagnostics() -> None:
def test_ai_workspaces_prioritize_runs_and_collapse_registry_detail() -> None:
detection = read("frontend/src/components/detection/DetectionLab.tsx")
detection = "\n".join(
(
read("frontend/src/components/detection/DetectionLab.tsx"),
read("frontend/src/components/detection/DetectionModelManagement.tsx"),
)
)
segmentation = read("frontend/src/components/segmentation/SegmentationLab.tsx")
css = read("frontend/src/styles/premium.css")
assert '<details className="ai-lab-model-surface" aria-label="Detection model capabilities">' in detection
assert '<details className="ai-lab-model-surface" aria-label="YOLO runtime preflight">' in detection
assert '<details className="ai-lab-model-surface" aria-label="Segmentation model capabilities">' in segmentation
assert '<details className="ai-lab-model-surface" aria-label="Technische modelmogelijkheden">' in detection
assert '<details className="ai-lab-model-surface" aria-label="Technische YOLO-runtimecontrole">' in detection
assert '<details className="ai-lab-model-surface" aria-label="Technische informatie over segmentatiemodellen">' in segmentation
assert ".ai-lab-shell > .lab-block {\n order: 2;" in css
assert ".ai-lab-shell > .ai-lab-model-surface {\n order: 7;" in css
assert "details.ai-lab-model-surface > summary" in css