Skip to content

Commit

Permalink
[py] Remove Marionette from test targets
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Nov 13, 2020
1 parent b210003 commit 3540e5c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions py/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
'Edge',
'Firefox',
'Ie',
'Marionette',
'Remote',
'Safari',
'WebKitGTK',
Expand Down Expand Up @@ -117,10 +116,6 @@ def fin():
global driver_instance
if driver_instance is None:
if driver_class == 'Firefox':
kwargs.update({'capabilities': {'marionette': False}})
options = get_options(driver_class, request.config)
if driver_class == 'Marionette':
driver_class = 'Firefox'
options = get_options(driver_class, request.config)
if driver_class == 'Remote':
capabilities = DesiredCapabilities.FIREFOX.copy()
Expand Down

0 comments on commit 3540e5c

Please sign in to comment.