'Element not visible' after test completion #26851
-
Current behaviorI'm working on the Cypress beginner course and in the screenshots, it seems to indicate that I can view the result in the snapshot pane, but when I click on a test, the snapshot becomes blank. There's also an indicator that says "The element is not visible" next to the test result. See behavior below Cypress.Test.mp4Desired behaviorI should be able to view the elements when I hover or click on the result Cypress Version12.12.0 Node versionv18.12.1 |
Beta Was this translation helpful? Give feedback.
Answered by
iam-malc
May 21, 2024
Replies: 1 comment
-
I figured it out. I had to change |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
iam-malc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I figured it out. I had to change
numTestsKeptInMemory
from 0 to 2. After that, Cypress would show the history I wanted