Skip to content

Commit 12650c6

Browse files
committed
Update the browser in an "if" statement
1 parent b4349c4 commit 12650c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/plugins/pytest_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@ def pytest_addoption(parser):
12231223
browser_list.append("--opera")
12241224
if "--safari" in sys_argv and not browser_set == "safari":
12251225
browser_changes += 1
1226-
browser_text = "opera"
1226+
browser_text = "safari"
12271227
sb_config._browser_shortcut = "safari"
12281228
browser_list.append("--safari")
12291229
if browser_changes > 1:

0 commit comments

Comments
 (0)