Merge branch 'qa-absolute-path-to-screenshots' into 'master'

Ensure we save QA screenshots to an absolute path

See merge request gitlab-org/gitlab-ce!16845
This commit is contained in:
Grzegorz Bizon 2018-02-01 21:48:42 +00:00
commit cacbbe342e
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ module QA
config.javascript_driver = :chrome
config.default_max_wait_time = 10
# https://github.com/mattheworiordan/capybara-screenshot/issues/164
config.save_path = 'tmp'
config.save_path = File.expand_path('../../tmp', __dir__)
end
end