Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Feb 1, 2024
1 parent 4441ea1 commit 6c473f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/splinter/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def splinter_driver_kwargs(
# Weird sauce labs issue
if browser_name == 'chrome':
sauce_options["browserName"] = "chrome"
return {"desired_capabilities": sauce_options}
# return {"desired_capabilities": sauce_options}

return {}

Expand Down

0 comments on commit 6c473f5

Please sign in to comment.