Skip to content
Snippets Groups Projects
Commit 6c0d1534 authored by Walmyr Lima e Silva Filho's avatar Walmyr Lima e Silva Filho
Browse files

Increase window size during e2e tests

parent 9bff69b6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -68,7 +68,7 @@ module QA
options = Selenium::WebDriver.const_get(QA::Runtime::Env.browser.capitalize)::Options.new
 
if QA::Runtime::Env.browser == :chrome
options.add_argument("window-size=1240,1680")
options.add_argument("window-size=1480,2200")
 
# Chrome won't work properly in a Docker container in sandbox mode
options.add_argument("no-sandbox")
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment