Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I usually end up configuring longer timeouts when running under CI. Something like:
It would be great to see a similar option to set the default timeout for
expect.element
, because in my experience the locators do time out frequently under CI, and working around that is non-trivial. Perhaps like:For reference, my current workaround is to add a custom command to expose the CI state, and use it to define custom poll options for each
expect.element
call:Beta Was this translation helpful? Give feedback.
All reactions