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 997503c commit 0aa2ab9Copy full SHA for 0aa2ab9
py/test/selenium/webdriver/marionette/mn_binary_tests.py
@@ -31,4 +31,4 @@ def driver_kwargs(request, driver_kwargs):
31
def test_invalid_binary(driver_class, driver_kwargs):
32
with pytest.raises(WebDriverException) as excinfo:
33
driver_class(**driver_kwargs)
34
- assert 'no such file or directory' in str(excinfo.value)
+ assert 'Unable to find a matching set of capabilities' in str(excinfo.value)
0 commit comments