Skip to content

Instantly share code, notes, and snippets.

@jhartikainen
Created June 17, 2013 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhartikainen/5798641 to your computer and use it in GitHub Desktop.
Save jhartikainen/5798641 to your computer and use it in GitHub Desktop.
require 'spec_helper'
feature 'foo', :js => true do
it "hi" do
visit "/login"
# this screenshot exposes the issue in this case
save_screenshot('foo.jpg')
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment