Skip to content

Commit 28c0af0

Browse files
authored
Merge pull request #62 from CMSgov/jimfuqian/BB2-3311-nodejs-client-selenium-tests-remove-webdriver-set-window-size
jimfuqian/BB2-3311 Remove selenium tests webdriver opt setting window-size
2 parents fb3b4e7 + 8c78490 commit 28c0af0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

selenium_tests/src/test_node_sample.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def setup_method(self, method):
2828
opt.add_argument("--disable-popup-blocking")
2929
opt.add_argument("--enable-javascript")
3030
opt.add_argument('--allow-insecure-localhost')
31-
opt.add_argument('--window-size=1920,1080')
3231
opt.add_argument("--whitelisted-ips=''")
3332

3433
# opt.add_argument('--headless')

0 commit comments

Comments
 (0)