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 12f3cc6 commit 07bd5dbCopy full SHA for 07bd5db
tests/test_lazy.py
@@ -42,7 +42,6 @@ async def test_lazy_reveal():
42
# Only first child should be available initially
43
assert app.query_one("#foo").display
44
# Next two aren't mounted yet
45
- assert not app.query("#bar")
46
assert not app.query("#baz")
47
48
# All children should be visible after a pause
0 commit comments