Open patryksniegucki opened 3 years ago
Hello, I can't use blackout for cypress-image-snapshot. For cy.screenshot is working, but for cypress-image-snapshot is not working.
cy.document().matchImageSnapshot('Dark theme first', { blackout: ['h2'] }); -is not working cy.document().screenshot('Dark theme first', { blackout: ['h2'] }); -is working
Do you know, why It doesn't want to work?
I am also seeing the same thing. It works on some elements, but not others. It's quite strange.
Having researched inside Cypress, it might be related: https://github.com/cypress-io/cypress/issues/5842
Hello, I can't use blackout for cypress-image-snapshot. For cy.screenshot is working, but for cypress-image-snapshot is not working.
cy.document().matchImageSnapshot('Dark theme first', { blackout: ['h2'] }); -is not working cy.document().screenshot('Dark theme first', { blackout: ['h2'] }); -is working
Do you know, why It doesn't want to work?