mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
double pause
This commit is contained in:
@@ -46,6 +46,7 @@ async def test_lazy_reveal():
|
||||
|
||||
# All children should be visible after a pause
|
||||
await pilot.pause()
|
||||
await pilot.pause()
|
||||
|
||||
assert app.query_one("#foo").display
|
||||
assert app.query_one("#bar").display
|
||||
|
||||
Reference in New Issue
Block a user