[wtr-general] What is the default element and page wait in Watir. Do we have to explicitly set PageObject.default_element_wait?

2019-04-14 Thread Titus Fortner
Yes, watir default is 30 seconds, so likely that line is setting it to 10. -- -- Before posting, please read https://github.com/watir/watir_meta/wiki/Guidelines-for-Posting-to-Watir-General-Google-Group. In short: search before you ask, be nice. watir-general@googlegroups.com

[wtr-general] What is the default element and page wait in Watir. Do we have to explicitly set PageObject.default_element_wait?

2019-04-14 Thread NaviHan
The automation code in our project uses PageObject and yesterday's nightly build shows a failure. [31m timed out after 10 seconds, waiting for true condition on #"slide-dialog-container-cart-page", :tag_name=>"div"}> (Watir::Wait::TimeoutError) [0m On checking hooks I found a statement