jkotests / watir-nokogiri

MIT License
10 stars 1 forks source link

Incorrect rows/cells count for nested tables #4

Open jkotests opened 11 years ago

jkotests commented 11 years ago

All tests in the table nesting spec are failing.

There are two issues:

1) The nested tables html file need to be the page's actual html. It is currently a page that is built via javascript on page load.

2) The counting of the tables rows/cells need to account for malformed rows/cells.