timing issue in test

This commit is contained in:
Will McGugan
2024-11-15 18:17:44 +00:00
parent 12f3cc67fa
commit 07bd5dbbfd

View File

@@ -42,7 +42,6 @@ async def test_lazy_reveal():
# Only first child should be available initially
assert app.query_one("#foo").display
# Next two aren't mounted yet
assert not app.query("#bar")
assert not app.query("#baz")
# All children should be visible after a pause