• Z
    Uses the absolute path for system test screenshots · fc778164
    Zamith 提交于
    Why:
    
    * When getting an error that generates a screenshot it would be helpful
      to be able to ctrl+click it to quickly open it in the browser, which
      does not work with relative paths
    
    This change addresses the need by:
    
    * Changing `image_path` to disregard the relative path and use the
      absolute one instead
    fc778164
screenshot_helper.rb 3.3 KB