The snapshot is missing. Displaying current state of the DOM #24830
Unanswered
oaktree4
asked this question in
Questions and Help
Replies: 1 comment
-
I also have this same issue, in fact - between crashes and missing snapshots, for the past 5 years, I have never been able to properly use Cypress snapshots for local testing. The closest I can get is Test Replay in the Dashboard. I would really love to be able to use this feature of Cypress as it is intended. It seems like a memory leak has possibly been fixed recently? My test runner always used to crash if the |
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
-
Hello everyone, getting into cypress and stumbling upon the following issue.
Im tryng to run this simple test (visit a webapp)
describe('empty spec', () => {
it('Test', () => {
cy.visit('https://test.app.sequello.com/')
})
Although, what happens in cypress is the following. The screen is blank and when I hover over the test body I get the following error message "The snapshot is missing. Displaying current state of the DOM"
Can someone tell me what is the issue here and how can I solve it?
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions