aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbetterzega <zega@betterment.com>2019-02-05 21:28:53 -0500
committerbetterzega <zega@betterment.com>2019-02-05 21:28:53 -0500
commitf8a52441474e4d49c2ff68f214708badda7db1bb (patch)
tree7ea62b6ca4dd7ce3a3b2141ecf37dc1ff0150827
parent3127f5783ef3f07a05476b4a036d069d96def603 (diff)
downloadrails-f8a52441474e4d49c2ff68f214708badda7db1bb.tar.gz
rails-f8a52441474e4d49c2ff68f214708badda7db1bb.tar.bz2
rails-f8a52441474e4d49c2ff68f214708badda7db1bb.zip
Update terminal-to-html inline images url in ScreenshotHelper
-rw-r--r--actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb b/actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb
index 884fb51d18..79359a0c8b 100644
--- a/actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb
+++ b/actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb
@@ -20,7 +20,7 @@ module ActionDispatch
# * [+inline+] Display the screenshot in the terminal using the
# iTerm image protocol (https://iterm2.com/documentation-images.html).
# * [+artifact+] Display the screenshot in the terminal, using the terminal
- # artifact format (https://buildkite.github.io/terminal/inline-images/).
+ # artifact format (https://buildkite.github.io/terminal-to-html/inline-images/).
def take_screenshot
save_image
puts display_image