mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
add wait for idle
This commit is contained in:
@@ -826,6 +826,7 @@ class App(Generic[ReturnType], DOMNode):
|
||||
await wait_for_idle(0)
|
||||
|
||||
await app._animator.wait_for_idle()
|
||||
await wait_for_idle(0)
|
||||
|
||||
@asynccontextmanager
|
||||
async def run_test(
|
||||
|
||||
Reference in New Issue
Block a user