-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
722 wait no longer needed in cypress tests #723
Conversation
Unfortunately, it seems that the need for wait is not removed. One way to achieve non-arbitrary wait times would be to add guards by intercepting the xhr requests.
However, this seems like quite a bit more work and the wait times are not that long. I have also failed to find the logic in where the wait commands are needed. I was able to remove three out of 4 without causing problems here. |
Failed tests with a lot of try / retry probably will still need the original wait. Once fixed, can this be merged or is it still WIP? |
…ent to describe the alternative to cy.wait() I found
Turned out to be pretty small changes, I left the alternative wait strategy in with a comment. ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description: Remove unneeded wait commands from cypress tests
Fixes #722
Checklist: