remove some pauses

This commit is contained in:
Will McGugan
2023-01-26 16:10:13 +01:00
parent 41be84b1a5
commit 3eac79568c
7 changed files with 13 additions and 23 deletions

View File

@@ -14,7 +14,6 @@ def test_auto_pilot() -> None:
async def auto_pilot(pilot: Pilot) -> None:
await pilot.press("tab", *"foo")
await pilot.pause(1 / 100)
await pilot.exit("bar")
app = TestApp()