The button gets clicked and then fails the test showing a timeout error intermittently #1753
Neha-test-dev
started this conversation in
Development
Replies: 1 comment 1 reply
-
Taiko tries to wait for events after performing actions like click.. there might have been some network call which is taking time to complete after the click. If that does not have to be waited for you could try setting Example: |
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'm trying to execute my test using Gauge and Taiko. To login into the application, the username and password are entered in a new window which is opened during the login process. The last step is to click on Yes to complete the login process. The Yes button gets clicked and logins the user successfully. The test fails most of the times with a timeout error in clicking that element("Yes")though the button was clicked. Sometimes with the same code, the tests pass successfully. Is there any issue with clicking buttons?
As the element to be clicked is already in focus I have tried to do the Press action as well resulting with similar experience as above. Please share your inputs if you have any solution to the problem I'm currently facing.
Beta Was this translation helpful? Give feedback.
All reactions