Fix dashboard summary status rendering
Some checks failed
quality / test (3.11) (push) Has been cancelled
quality / test (3.13) (push) Has been cancelled

This commit is contained in:
2026-06-17 00:21:14 +02:00
parent 387e027fe2
commit 98a2b2cc38
6 changed files with 10 additions and 4 deletions

View File

@@ -32,5 +32,7 @@ def test_dashboard_is_served_at_root() -> None:
assert "Kein frischer passender Sensorwechsel erkannt" in response.text
assert "Vorhersage jetzt prüfen" not in response.text
assert "record.behavior.activation_ready" in response.text
assert "record.behavior.status ===" not in response.text
assert "record.behavior_status || record.behavior?.status" in response.text
assert "Automation-Entwurf" not in response.text
assert "Manuelle Overrides" not in response.text