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 08c80b9 commit b7f6504Copy full SHA for b7f6504
tests/test_lazy.py
@@ -46,6 +46,7 @@ async def test_lazy_reveal():
46
47
# All children should be visible after a pause
48
await pilot.pause()
49
+ await pilot.pause()
50
51
assert app.query_one("#foo").display
52
assert app.query_one("#bar").display
0 commit comments