Increase resolution for acceptance test

[MAILPOET-3533]
This commit is contained in:
Jan Lysý
2021-05-05 10:26:38 +02:00
committed by Veljko V
parent 6d0486cfc5
commit 31ddcbe50b

View File

@@ -27,7 +27,7 @@ modules:
url: 'http://test.local'
browser: chrome
port: 4444
window_size: '1280x980'
window_size: '1366x980'
restart: true # Set to false (default) to use the same browser window for all tests, or set to true to create a new window for each test. In any case, when all tests are finished the browser window is closed.
wait: 0 # (default: 0 seconds) - Whenever element is required and is not on page, wait for n seconds to find it before fail.
connection_timeout: 60 # timeout for opening a connection to remote selenium server (30 seconds by default).