We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a883d39 commit fd7cb8aCopy full SHA for fd7cb8a
tests/test_modal.py
@@ -90,8 +90,7 @@ async def test_modal_pop_screen():
90
async with app.run_test() as pilot:
91
# Pause to ensure the footer is fully composed to avoid flakiness in CI
92
await pilot.pause()
93
- assert await app.wait_for_refresh()
94
- await pilot.pause()
+ await pilot.pause() # Required in Windows
95
assert await pilot.click("FooterKey")
96
assert await app.wait_for_refresh()
97
assert isinstance(app.screen, QuitScreen)
0 commit comments