Skip to content

Commit

Permalink
Focus again, ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed Mar 26, 2013
1 parent ca4781f commit 23c1be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capybara/spec/session/node_spec.rb
Expand Up @@ -63,7 +63,7 @@
@session.find('//textarea[1]').value.should == "some <em>html</em> here"
end

it "return any HTML content in textarea", :focus => true do
it "return any HTML content in textarea" do
@session.find(:css, 'textarea#with-html').value.should == "contains <em>html</em>"
end
end
Expand Down

0 comments on commit 23c1be7

Please sign in to comment.