From 31ddcbe50b2779d2fa6c65d3417cc330dfb5b8bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Lys=C3=BD?= Date: Wed, 5 May 2021 10:26:38 +0200 Subject: [PATCH] Increase resolution for acceptance test [MAILPOET-3533] --- tests/acceptance.suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).