summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2017-10-03 15:41:00 +0200
committerRobert Speicher <rspeicher@gmail.com>2017-10-03 15:41:00 +0200
commit1ab57090bff6c18df3a94f5ec4857c189c6435ad (patch)
treec6b9da35c695ba453eafdbf9782376e8e9337af9
parentac6e787c597b7f4604b3ec75853ffeda65fa1329 (diff)
downloadgitlab-ce-rs-qa-configurable-chrome-binary.tar.gz
Expand the `save_path` used by capybara-screenshotrs-qa-configurable-chrome-binary
-rw-r--r--qa/qa/specs/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/specs/config.rb b/qa/qa/specs/config.rb
index 44d49ad10dc..cb5b3bd2e46 100644
--- a/qa/qa/specs/config.rb
+++ b/qa/qa/specs/config.rb
@@ -63,7 +63,7 @@ module QA
config.default_max_wait_time = 4
# https://github.com/mattheworiordan/capybara-screenshot/issues/164
- config.save_path = 'tmp'
+ config.save_path = File.expand_path('../tmp', __dir__)
end
end