Merge branch 'main' into fix-1616

This commit is contained in:
Will McGugan
2023-01-25 11:52:29 +01:00
committed by GitHub
5 changed files with 15 additions and 19 deletions

View File

@@ -48,6 +48,7 @@ async def test_input_value_visible_if_mounted_later():
app = MyApp()
async with app.run_test() as pilot:
await pilot.press("a")
await pilot.pause()
console = Console(width=5)
with console.capture() as capture:
console.print(app.query_one(Input).render())