diff --git a/tests/acceptance.suite.yml b/tests/acceptance.suite.yml index b19c28d497..abdd4e823b 100644 --- a/tests/acceptance.suite.yml +++ b/tests/acceptance.suite.yml @@ -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).