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
@@ -14,10 +14,10 @@ def test_change_detection_panel_exposes_structured_surfaces() -> None:
assert 'className="panel change-detection-shell"' in panel
assert 'className="panel-header change-detection-heading"' in panel
assert 'className="change-detection-input-surface"' in panel
assert 'aria-label="Change detection input controls"' in panel
assert 'aria-label="Instellingen voor veranderingsanalyse"' in panel
assert 'className="change-detection-state-stack"' in panel
assert 'className="change-detection-result-surface"' in panel
assert 'aria-label="Change detection result summary"' in panel
assert 'aria-label="Samenvatting veranderingsanalyse"' in panel
assert 'className="change-detection-warning-surface"' in panel
@@ -31,8 +31,8 @@ def test_change_detection_panel_preserves_existing_compare_controls() -> None:
assert "onIouThresholdChange" in panel
assert "onIncludeUnchangedChange" in panel
assert "onRun" in panel
assert "Compare vectors" in panel
assert "Upload at least two vector datasets to compare." in panel
assert "Kaartlagen vergelijken" in panel
assert "Voeg minstens twee vectorlagen toe om periodes te vergelijken." in panel
assert "result.added_count" in panel
assert "result.removed_count" in panel
assert "result.unchanged_count" in panel