module ActionDispatch::SystemTesting::TestHelpers::ScreenshotHelper

def save_html

def save_html
  page.save_page(absolute_html_path)
end