Skip to content

Commit

Permalink
[py] Fixing flake8 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Oct 18, 2019
1 parent 8ae7d7b commit 01fcbe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/test/unit/selenium/webdriver/edge/edge_options_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def test_is_a_baseoptions(options):
from selenium.webdriver.common.options import BaseOptions
assert isinstance(options, BaseOptions)


def test_custom_browser_name():
options = Options(is_legacy=False)
options.custom_browser_name = "testbrowsername"
Expand Down

0 comments on commit 01fcbe9

Please sign in to comment.