matchImageSnapshot opens a new page to take the screenshots and that it is an issue #16700
Unanswered
melibe23
asked this question in
Component Testing
Replies: 1 comment 1 reply
-
Can you try to reproduce this with Cypress screenshot alone? That would determine whether it's an issue with Cypress or the match image snapshot plugin. cy.get(`[data-testid="compare-basket"]`).screenshot() |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
An element that I want to take a screenshot of hides when there is any other action on the site. So, even if I select correctly the element, the image appears empty
This is my config
This is my test:
Beta Was this translation helpful? Give feedback.
All reactions