We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54b3a8 commit dffc3f1Copy full SHA for dffc3f1
tests/async/test_launcher.py
@@ -58,7 +58,7 @@ async def test_browser_type_launch_should_reject_if_executable_path_is_invalid(
58
await browser_type.launch(
59
**launch_arguments, executable_path="random-invalid-path"
60
)
61
- assert "Failed to launch" in exc.value.message
+ assert "browser was not found" in exc.value.message
62
63
64
@pytest.mark.skip()
0 commit comments