We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a8fa39 commit b234a30Copy full SHA for b234a30
tests/test_backends.py
@@ -771,7 +771,7 @@ async def test_type_text(self) -> None:
771
backend = PlaywrightBackend(mock_page)
772
await backend.type_text("Hello")
773
774
- mock_keyboard.type.assert_called_once_with("Hello")
+ mock_keyboard.type.assert_called_once_with("Hello", delay=0)
775
776
@pytest.mark.asyncio
777
async def test_screenshot_png(self) -> None:
0 commit comments