dash, tests

This commit is contained in:
Dobromir Popov
2026-07-14 12:26:10 +02:00
parent d1a1400db9
commit 13d82f8032
11 changed files with 93 additions and 81 deletions

View File

@@ -39,6 +39,7 @@ def test_dashboard_served_with_all_panels():
assert "resolveModelGroup" in html
assert "buildModelAliasMap" in html
assert "modelAliasKey(raw)" in html
assert "main { display:grid; grid-template-columns:1fr;" in html
finally:
tracker.stop()