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
@@ -7,12 +7,12 @@ ROOT = Path(__file__).resolve().parents[2]
def test_overview_uses_named_hierarchy_regions() -> None:
app = (ROOT / "frontend" / "src" / "App.tsx").read_text(encoding="utf-8")
app = (ROOT / "frontend" / "src" / "components" / "overview" / "OverviewWorkspace.tsx").read_text(encoding="utf-8")
assert 'className="overview-action-copy"' in app
assert 'className="quick-action-grid overview-quick-actions"' in app
assert 'className="quick-action-button"' in app
assert 'aria-label="Recommended next workbench actions"' in app
assert 'aria-label="Aanbevolen acties"' in app
def test_status_strip_has_compact_section_surface_contracts() -> None: