Commit ce6dbc57 authored by Tanya Pazitny's avatar Tanya Pazitny

Merge branch 'qa/increase-window-size-during-e2e-tests' into 'master'

Increase window size during e2e tests

See merge request gitlab-org/gitlab-ce!32471
parents 88c6423e 6c0d1534
......@@ -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")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment