new dash update
This commit is contained in:
@@ -39,7 +39,8 @@ 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:repeat(auto-fit,minmax(340px,1fr));" in html
|
||||
assert "main { display:grid; grid-template-columns:1fr;" in html
|
||||
assert "main > section { grid-column:1 / -1; width:100%; min-width:0; }" in html
|
||||
assert 'onclick="clearConsole()"' in html
|
||||
assert "let consoleClearedAt = 0;" in html
|
||||
finally:
|
||||
|
||||
Reference in New Issue
Block a user