How to force refresh DOM without cy.refresh()? #17842
Unanswered
MrYogurt
asked this question in
Component Testing
Replies: 1 comment
-
Can you post the answer and mark it accepted, please? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have 2 iframes and after manipulation with the first frame, changes occur in the second. But cypress doesn't seeing it, because DOM is cached when site loaded. How i can force update this cache without cy.refresh()?
Upd: that's my fault, can be closed.
Beta Was this translation helpful? Give feedback.
All reactions