From 1ab57090bff6c18df3a94f5ec4857c189c6435ad Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Tue, 3 Oct 2017 15:41:00 +0200 Subject: Expand the `save_path` used by capybara-screenshot --- qa/qa/specs/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1