lib/page-object/platforms/selenium_webdriver/button.rb in meeane-page-object-0.1.10 vs lib/page-object/platforms/selenium_webdriver/button.rb in meeane-page-object-0.1.11

- old
+ new

@@ -1,15 +1,15 @@ -module PageObject - module Platforms - module SeleniumWebDriver - module Button - # - # Override PageObject::PLatforms::SeleniumElement#text because - # #text does not reliably return a value in Selenium - # - def text - raise "text is not available on button element in Selenium" - end - end - end - end +module PageObject + module Platforms + module SeleniumWebDriver + module Button + # + # Override PageObject::PLatforms::SeleniumElement#text because + # #text does not reliably return a value in Selenium + # + def text + raise "text is not available on button element in Selenium" + end + end + end + end end \ No newline at end of file