Test failing with error message: not found within 10000 ms #2247
Ananda0488
started this conversation in
General
Replies: 2 comments 1 reply
-
The default timeout of wait is 10000 ms, there is no option like maxTime and hence that would have not been honored. For giving custom time the api can be simply called as |
Beta Was this translation helpful? Give feedback.
1 reply
-
when content within iframe is not loaded getting WARNING: Taiko cannot highlight hidden elements. and above error, how to solve this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My test is failing in the following line:
await waitFor($(ServiceName), {maxTime: 180000})
Error: Waiting Failed: Element '[object Object]' not found within 10000 ms
Can any one please tell me, from where is it getting 10000 ms?
Beta Was this translation helpful? Give feedback.
All reactions