Skip to content

Commit fd7cb8a

Browse files
committed
try simplify
1 parent a883d39 commit fd7cb8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_modal.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ async def test_modal_pop_screen():
9090
async with app.run_test() as pilot:
9191
# Pause to ensure the footer is fully composed to avoid flakiness in CI
9292
await pilot.pause()
93-
assert await app.wait_for_refresh()
94-
await pilot.pause()
93+
await pilot.pause() # Required in Windows
9594
assert await pilot.click("FooterKey")
9695
assert await app.wait_for_refresh()
9796
assert isinstance(app.screen, QuitScreen)

0 commit comments

Comments
 (0)