-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
cy.root
ignores timeout
option
#19985
Labels
Comments
Confirmed that this fails. Thank you for the reproducible example. |
2 tasks
The code for this is done in cypress-io/cypress#20817, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Current behavior
Passing a
timeout
option tocy.root
has no effect.Desired behavior
Like
get
and al., it should retry for the given timeout duration.Note: there's a separate bug with
root
not retrying at all when called fromwithin
. This seems different but may be related.Test code to reproduce
From this demo:
Cypress Version
9.3.1 & 9.4.0
Other
No response
The text was updated successfully, but these errors were encountered: