log window bigger

This commit is contained in:
Dobromir Popov
2026-07-14 17:47:20 +02:00
parent 21e6c86147
commit b661590ac7
3 changed files with 7 additions and 3 deletions

View File

@@ -44,6 +44,9 @@ def test_dashboard_served_with_all_panels():
assert ".wide { grid-column:span 2; }" in html
assert 'onclick="clearConsole()"' in html
assert "let consoleClearedAt = 0;" in html
assert "max-height:520px; overflow-y:auto; overflow-x:auto;" in html
assert "const CONSOLE_MAX_LINES = 1000;" in html
assert "events.slice(-CONSOLE_MAX_LINES)" in html
finally:
tracker.stop()