lib/page-object/platforms/selenium_table.rb in page-object-0.0.2 vs lib/page-object/platforms/selenium_table.rb in page-object-0.0.3
- old
+ new
@@ -14,10 +14,10 @@
#
# override PageObject::Platforms::SeleniumElement because exists? is not
# available on a table element in Selenium.
#
def exists?
- nil
+ raise "exists? not available on table element"
end
end
end
end
\ No newline at end of file