module ActionDispatch::SystemTesting::TestHelpers::ScreenshotHelper

def save_image

def save_image
  page.save_screenshot(absolute_image_path)
end