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
This commit is contained in:
commit
ce6dbc57cf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue