fix(test): align autopilot dashboard assertion

This commit is contained in:
tjb-tech
2026-04-16 13:16:32 +00:00
parent dea9ee8386
commit 992cac66d0
+1 -1
View File
@@ -119,7 +119,7 @@ def test_autopilot_export_dashboard_writes_static_site(tmp_path: Path) -> None:
assert snapshot_path.exists()
index_text = index_path.read_text(encoding="utf-8")
snapshot_text = snapshot_path.read_text(encoding="utf-8")
assert "self-evolution board" in index_text
assert "Autopilot Kanban" in index_text
assert "snapshot.json" in index_text
assert "Build kanban page" in snapshot_text
assert '"status_order"' in snapshot_text