mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-17 16:34:44 -05:00
Fixed GUI test cases failures on Github actions.
This commit is contained in:
@@ -306,7 +306,9 @@ def setup_webdriver_specification(arguments):
|
||||
driver_local = webdriver.Chrome(options=options)
|
||||
|
||||
# maximize browser window
|
||||
driver_local.maximize_window()
|
||||
# commenting this as github actions are failing
|
||||
# https://issues.chromium.org/issues/394760806
|
||||
# driver_local.maximize_window()
|
||||
return driver_local
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user