Skip to content

Commit 607b84f

Browse files
fixed linting issues
1 parent defc941 commit 607b84f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

py/conftest.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,11 @@ def firefox_options(request):
528528
# skip tests in the 'remote' directory if run with a local driver
529529
_driver_class = getattr(_supported_drivers, driver_class.lower())
530530
if request.node.path.parts[-2] == "remote" and _driver_class != "Remote":
531+
<<<<<<< HEAD
531532
pytest.skip(f"Remote tests can't be run with driver '{_driver_class}'")
533+
=======
534+
pytest.skip(f"Remote tests can't be run with driver '{selenium_driver.driver_class}'")
535+
>>>>>>> 35c2a28003 (fixed linting issues)
532536

533537
options = webdriver.FirefoxOptions()
534538
if request.config.option.headless:

0 commit comments

Comments
 (0)