diff options
author | Walmyr Lima <walmyr@gitlab.com> | 2019-08-30 16:47:58 +0200 |
---|---|---|
committer | Walmyr Lima <walmyr@gitlab.com> | 2019-08-30 16:48:00 +0200 |
commit | 6c0d1534c1e0aab79342e9109647eb820e6d35c5 (patch) | |
tree | 5f840691386e0e85b9843468ad547c3958443fa6 /qa | |
parent | 9bff69b6264382f7a9cbcbb351284c7e77810209 (diff) | |
download | gitlab-ce-6c0d1534c1e0aab79342e9109647eb820e6d35c5.tar.gz |
Increase window size during e2e testsqa/increase-window-size-during-e2e-testsqa-window-size-jl
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/runtime/browser.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/runtime/browser.rb b/qa/qa/runtime/browser.rb index 2987bb1a213..197008ed8bf 100644 --- a/qa/qa/runtime/browser.rb +++ b/qa/qa/runtime/browser.rb @@ -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") |