feat: simplify regional end user workbench
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 21:40:32 +02:00
parent 1693e4ca1f
commit b5bcd9b041
52 changed files with 1183 additions and 617 deletions
@@ -13,12 +13,12 @@ def test_export_center_surfaces_handoff_readiness_context() -> None:
assert 'className="handoff-readiness-grid"' in export_center
assert 'className="handoff-action-grid"' in export_center
assert 'className="export-type-badge"' in export_center
assert "Latest handoff artifact" in export_center
assert "Project report" in export_center
assert "Detection run" in export_center
assert "Segmentation run" in export_center
assert "selectedDetectionRunId || 'none'" in export_center
assert "selectedSegmentationRunId || 'none'" in export_center
assert "Laatste bestand" in export_center
assert "Leesbaar rapport" in export_center
assert "Gebouwanalyse" in export_center
assert "Segmentatieanalyse" in export_center
assert "selectedDetectionRunId || 'geen'" in export_center
assert "selectedSegmentationRunId || 'geen'" in export_center
def test_export_handoff_polish_has_responsive_styles() -> None: