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 eb4eb5a commit 1cb2c3eCopy full SHA for 1cb2c3e
utest/test/keywords/test_selenium_options_parser.py
@@ -350,7 +350,7 @@ def test_has_options(creator):
350
assert creator._has_options(webdriver.Ie)
351
assert creator._has_options(webdriver.Edge)
352
assert creator._has_options(webdriver.Opera)
353
- assert creator._has_options(webdriver.Safari) is False
+ assert creator._has_options(webdriver.Safari)
354
355
356
def test_create_opera_with_options(creator):
0 commit comments