Skip to content

Commit b234a30

Browse files
author
SentienceDEV
committed
fix tests
1 parent 0a8fa39 commit b234a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_backends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ async def test_type_text(self) -> None:
771771
backend = PlaywrightBackend(mock_page)
772772
await backend.type_text("Hello")
773773

774-
mock_keyboard.type.assert_called_once_with("Hello")
774+
mock_keyboard.type.assert_called_once_with("Hello", delay=0)
775775

776776
@pytest.mark.asyncio
777777
async def test_screenshot_png(self) -> None:

0 commit comments

Comments
 (0)