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 b7f6504 commit 09240f0Copy full SHA for 09240f0
tests/test_lazy.py
@@ -45,7 +45,7 @@ async def test_lazy_reveal():
45
assert not app.query_one("#baz").display
46
47
# All children should be visible after a pause
48
- await pilot.pause()
+ await pilot.pause(3 / 60)
49
await pilot.pause()
50
51
assert app.query_one("#foo").display
0 commit comments