double pause

This commit is contained in:
Will McGugan
2024-11-11 16:06:31 +00:00
parent 08c80b9063
commit b7f6504e98

View File

@@ -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