module ActionDispatch::SystemTesting::TestHelpers::ScreenshotHelper

def absolute_path

def absolute_path
  Rails.root.join(screenshots_dir, image_name)
end