docs: shorten the readme and trim code comments

This commit is contained in:
Steppenstreuner
2026-08-29 16:18:37 +02:00
parent 8a05d2d3c3
commit 551352e838
16 changed files with 132 additions and 229 deletions
+1 -2
View File
@@ -78,8 +78,7 @@ def test_dialogs_start_closed(page):
def test_hidden_elements_really_are_hidden(page):
"""A CSS display rule can override the hidden attribute - it did for the
dialog and again for the progress bar."""
"""A CSS display rule can override the hidden attribute."""
page.click("nav button[data-view=import]")
for sel in ("#import-progress", "#import-btn", "#import-table", "#missing-badge"):
assert not page.locator(sel).is_visible(), sel