module ActionDispatch::SystemTesting::TestHelpers::ScreenshotHelper

def absolute_path

def absolute_path
  Rails.root.join("tmp/screenshots/#{image_name}")
end