This commit is contained in:
Dobromir Popov
2026-07-08 18:24:45 +02:00
parent e06969fcb5
commit 29db25108f
3 changed files with 112 additions and 38 deletions

View File

@@ -28,7 +28,9 @@ def test_dashboard_served_with_all_panels():
).read().decode()
for panel in PANELS:
assert panel in html
assert "<script>" in html # polling client embedded, no build step
assert "<script>" in html # polling client embedded, no build step
assert "resolveModelGroup" in html
assert "buildModelAliasMap" in html
finally:
tracker.stop()