Skip to content

Commit

Permalink
Remove :focus tag from fill_in_spec test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansch committed May 9, 2013
1 parent 52e0caf commit 5e6e943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capybara/spec/session/fill_in_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
extract_results(@session)['first_name'].should == 'Harry'
end

it "casts to string if field has maxlength", :focus => true do
it "casts to string if field has maxlength" do
@session.fill_in(:'form_zipcode', :with => 1234567)
@session.click_button('awesome')
extract_results(@session)['zipcode'].should == '12345'
Expand Down

0 comments on commit 5e6e943

Please sign in to comment.