jkotests / watir-nokogiri

MIT License
10 stars 1 forks source link

tbodys does not include implicit tbody #3

Open jkotests opened 11 years ago

jkotests commented 11 years ago

tbodys does not include implicit tbody - see failing spec https://github.com/jkotests/watir-nokogiri/blob/master/spec/watirspec/tbodys_spec.rb#L19-L23

    bug "tbodys.length should include implicit tbody", :watir_nokogiri do
      it "returns the correct number of table bodies (page context)" do
        browser.tbodys.length.should == 5
      end
    end

Watir-Nokogiri is currently only returning explicitly declared tbodies.