Skip to content

Commit b7d7c49

Browse files
committed
[py] Fixing Selenium Manager test
1 parent e4f334e commit b7d7c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/test/selenium/webdriver/common/selenium_manager_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def test_non_supported_browser_raises_sme():
2828

2929

3030
def test_stderr_is_propagated_to_exception_messages():
31-
msg = r"Selenium manager failed for:.* --browser foo\.\nERROR\tInvalid browser/driver name"
31+
msg = r"Selenium manager failed for:.* --browser foo\.\nERROR\tInvalid browser name: foo"
3232
with pytest.raises(SeleniumManagerException, match=msg):
3333
manager = SeleniumManager()
3434
binary = manager.get_binary()

0 commit comments

Comments
 (0)