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

@@ -40,5 +40,4 @@ async def test_toggle_dark_in_action() -> None:
"""It should be possible to toggle dark mode with an action."""
async with OnMountDarkSwitch().run_test() as pilot:
await pilot.press("d")
await pilot.pause(2 / 100)
assert not pilot.app.dark