mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-13 06:24:45 -05:00
Fixed feature test issues
This commit is contained in:
committed by
Akshay Joshi
parent
f706f7ed0c
commit
5c4c09f237
@@ -219,6 +219,9 @@ def get_test_modules(arguments):
|
||||
options.add_argument("--window-size=1280,1024")
|
||||
driver = webdriver.Chrome(chrome_options=options)
|
||||
|
||||
# maximize browser window
|
||||
driver.maximize_window()
|
||||
|
||||
app_starter = AppStarter(driver, config)
|
||||
app_starter.start_app()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user