You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So in the first go it waits for the element it clicks on it and then wait to disappear that element and waits for 25 seconds for it.
After 25 seconds if its still visible it will perform the same steps again and now it worked fine.
The issue is in the first attempt ideally it should complete the sub-step I.waitForInvisible(elementLocator, 25); after 25 seconds but it remains "In-progress" and starts with the second attempt. Since that sub-step remained "In-Progress", it also results launch to remain in the state of "In-Progress"
Can anyone please help me with that?
The text was updated successfully, but these errors were encountered:
Would it be possible for you to merge the open PR- #19?
I am eagerly looking forward to incorporating this update into my testing workflow on the Report Portal, and your assistance in merging the PR would be greatly appreciated.
I am using retryTo plugin in the test and below is the example
So in the first go it waits for the element it clicks on it and then wait to disappear that element and waits for 25 seconds for it.
After 25 seconds if its still visible it will perform the same steps again and now it worked fine.
The issue is in the first attempt ideally it should complete the sub-step I.waitForInvisible(elementLocator, 25); after 25 seconds but it remains "In-progress" and starts with the second attempt. Since that sub-step remained "In-Progress", it also results launch to remain in the state of "In-Progress"
Can anyone please help me with that?
The text was updated successfully, but these errors were encountered: