docs: shorten the readme and trim code comments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user