spec/watirspec/dd_spec.rb in watir-webdriver-0.0.1.dev vs spec/watirspec/dd_spec.rb in watir-webdriver-0.0.1.dev2
- old
+ new
@@ -118,19 +118,6 @@
html.should =~ /John Doe/m
html.should_not include('</body>')
end
end
- describe "#to_s" do
- bug "WTR-350", :watir do
- it "returns a human readable representation of the element" do
- browser.dd(:id, 'someone').to_s.should ==
-%q{tag: dd
- id: someone
- class: name
- title: someone
- text: John Doe}
- end
- end
- end
-
end