feat: simplify regional workbench language
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-14 23:15:50 +02:00
parent 0381fdd636
commit b50b250f72
18 changed files with 292 additions and 97 deletions
@@ -20,7 +20,7 @@ def test_detection_lab_exposes_structured_surfaces() -> None:
assert 'className="ai-lab-results-surface"' in lab
assert 'aria-label="Detection results"' in lab
assert 'className="ai-lab-qa-surface"' in lab
assert 'aria-label="Detection QA controls and results"' in lab
assert 'aria-label="Kwaliteitscontrole gebouwdetectie"' in lab
def test_segmentation_lab_exposes_structured_surfaces() -> None:
@@ -53,7 +53,7 @@ def test_ai_lab_preserves_existing_detection_and_segmentation_controls() -> None
assert "onRunQa" in detection
assert "detectionTileManifestPath" in detection
assert "{detectionItems.length} objecten geladen" in detection
assert "Compare detections to reference" in detection
assert "Vergelijk met referentielaag" in detection
assert "onRunSegmentation" in segmentation
assert "onLoadResults" in segmentation