spriteCloud / lapis-lazuli

Cucumber helper functions and scaffolding for easier test automation suite development.
Other
7 stars 7 forks source link

browser.wait shows debug message instead of error #9

Closed sjieg closed 9 years ago

sjieg commented 9 years ago

irb(main):032:0> browser.goto 'google.com' => "https://www.google.nl/?gfe_rd=cr&ei=HozcVIXsJMGHOqT0geAN&gws_rd=ssl" irb(main):033:0> browser.wait(:text => 'doesnotexist') D, [2015-02-12T12:19:22.285229 #7772] DEBUG -- : [#IO:0x20c8b30] "Caught timeout: timed out after 10 seconds" => nil

jfinkhaeuser commented 9 years ago

Well, that's really a duplicate of #8.

But I'll add a test case for this, so I'm leaving it open as a separate issue.