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 416d183 commit 993e6b2Copy full SHA for 993e6b2
py/test/selenium/webdriver/common/selenium_manager_tests.py
@@ -28,7 +28,7 @@ def test_non_supported_browser_raises_sme():
28
29
30
def test_stderr_is_propagated_to_exception_messages():
31
- msg = "Selenium manager failed for.*Error: \"Invalid browser/driver name\""
+ msg = 'Selenium manager failed for.*Error: "Invalid browser/driver name"'
32
with pytest.raises(SeleniumManagerException, match=msg):
33
manager = SeleniumManager()
34
binary = manager.get_binary()
0 commit comments