Skip to content

Commit 1cb2c3e

Browse files
committed
Updated unit tests related to Safari
- Safari WebDriver now has options
1 parent eb4eb5a commit 1cb2c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utest/test/keywords/test_selenium_options_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def test_has_options(creator):
350350
assert creator._has_options(webdriver.Ie)
351351
assert creator._has_options(webdriver.Edge)
352352
assert creator._has_options(webdriver.Opera)
353-
assert creator._has_options(webdriver.Safari) is False
353+
assert creator._has_options(webdriver.Safari)
354354

355355

356356
def test_create_opera_with_options(creator):

0 commit comments

Comments
 (0)