Hi Justin
I have two questions here..
1.
Im use *wait_until(&:present) *a lot.
I see *wait_until* is a method which is present in Watir and PageObject and
as you said *wait_until of PageObject *depends on *default_element_wait*
Do you know which method is invoked when I call a *wait_until(&:present) *the
Watir one or PageObject one?
I have commented out *default_element_wait *in hooks. The nightly suite
hasnt run yet. So not sure about the impact.
# PageObject.default_element_wait=(10)
So if the PageObject one is invoked then lots of tests will fail
2.
If I check for an elements existence like
*element.exists? *
As watir doesnt wait here do you suggest leaving default_element_wait to
say 30 seconds?
Cheers
Navi
On Monday, 15 April 2019 09:29:57 UTC+10, NaviHan wrote:
>
> 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
> #<Watir::Div: located: false; {:class=>"slide-dialog-container-cart-page",
> :tag_name=>"div"}> (Watir::Wait::TimeoutError) [0m
>
>
> On checking hooks I found a statement
>
> PageObject.default_element_wait=(10)
>
>
> As per my undersatnding Watir has its own inbuilt page and element level
> waits which is a default of 30 seconds?
> And the above statement over rides that to 10 seconds?
>
> Please correct me if Im wrong.
>
> Cheers
>
--
--
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.
[email protected]
http://groups.google.com/group/watir-general
[email protected]
---
You received this message because you are subscribed to the Google Groups
"Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.