tuco_tuco
tuco_tuco copied to clipboard
Counts of elements found
Should be able to set a count option on the has_foo? functions.
For example checking a table has 5 rows:
assert Page.has_css "table#special tr", count: 5
also maybe min, max and range.