Skip to content

Commit dffc3f1

Browse files
authored
tests: fixed executable path tests (microsoft#578)
1 parent e54b3a8 commit dffc3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/async/test_launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async def test_browser_type_launch_should_reject_if_executable_path_is_invalid(
5858
await browser_type.launch(
5959
**launch_arguments, executable_path="random-invalid-path"
6060
)
61-
assert "Failed to launch" in exc.value.message
61+
assert "browser was not found" in exc.value.message
6262

6363

6464
@pytest.mark.skip()

0 commit comments

Comments
 (0)