Cypress Detached from DOM error #28515
Unanswered
jchi2241
asked this question in
Component Testing
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have a flaky test that doesn't seem to be retrying the chain of queries if the final "click" command is called on a detached DOM.
error
My expectation is that Cypress retries the queries from the top of the chain (
findByRole
,should
) if a command (click
) fails? Does "failure" include "detached DOM" issues?Note the following is flake-free:
Why?
Relevant versions:
We are using Cypress Component tests
Beta Was this translation helpful? Give feedback.
All reactions