Close full operational audit findings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user