Skip to content

Commit 52d568f

Browse files
committed
increase headless window height.
1 parent 5fb716d commit 52d568f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/integration_tests/selenium_generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def setup_method(self, method):
7373
# keep the headless setup here in case we need it on CI context
7474
# note: in headless mode we need to set window size
7575
if self.headless_mode.lower() == 'true':
76-
opt.add_argument("--window-size=1920,1080")
76+
opt.add_argument("--window-size=1920,1920")
7777
opt.add_argument("--headless")
7878
ser = Service('/usr/bin/chromedriver')
7979
self.driver = webdriver.Chrome(service=ser, options=opt)

0 commit comments

Comments
 (0)