Skip to content

Commit

Permalink
Merge pull request teamcapybara#1078 from ryansch/remove-focus-tag
Browse files Browse the repository at this point in the history
Remove :focus tag from fill_in_spec test
  • Loading branch information
jnicklas committed May 10, 2013
2 parents 52e0caf + 5e6e943 commit 4842732
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 4842732

Please sign in to comment.