Tighten Importarr UI #30
This commit is contained in:
@@ -59,6 +59,10 @@ def test_index_packs_secondary_controls_into_menu(tmp_path, monkeypatch):
|
||||
assert "Service info and build details" in response.text
|
||||
assert "Queue and history" in response.text
|
||||
assert "Current import" in response.text
|
||||
assert "details.menu[open]" in response.text
|
||||
assert "e.target===e.currentTarget" in response.text
|
||||
assert "function readiness" in response.text
|
||||
assert 'title="${esc(j.reason||j.state)}"' in response.text
|
||||
|
||||
|
||||
def test_index_renders_settings_dialog(tmp_path, monkeypatch):
|
||||
@@ -108,8 +112,8 @@ def test_stylesheet_includes_mobile_responsive_rules():
|
||||
assert "word-break:break-word" in css
|
||||
assert "max-width:1280px" in css
|
||||
assert ".jobs-table table{table-layout:fixed;min-width:0}" in css
|
||||
assert ".jobs-table th:nth-child(1){width:52%}" in css
|
||||
assert ".jobs-table .row-actions button{width:100%}" in css
|
||||
assert ".jobs-table th:nth-child(1){width:66%}" in css
|
||||
assert ".row-actions button{width:1.85rem" in css
|
||||
assert ".summary-strip" in css
|
||||
assert ".menu-panel" in css
|
||||
|
||||
|
||||
Reference in New Issue
Block a user