Skip to content

Commit fb529df

Browse files
Fix feature test failures on github actions.
1 parent 84a5467 commit fb529df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web/regression/runtests.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,9 @@ def setup_webdriver_specification(arguments):
306306
driver_local = webdriver.Chrome(options=options)
307307

308308
# maximize browser window
309-
driver_local.maximize_window()
309+
# commenting this as github actions are failing
310+
# https://issues.chromium.org/issues/394760806
311+
# driver_local.maximize_window()
310312
return driver_local
311313

312314

0 commit comments

Comments
 (0)