diff options
-rw-r--r-- | qa/qa/specs/config.rb | 2 |
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 |