Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to click more than one snapshot error. "The snapshot is missing..." #255

Open
nfafamy opened this issue Jun 16, 2022 · 0 comments
Open

Comments

@nfafamy
Copy link

nfafamy commented Jun 16, 2022

I have multiple snapshots error on the test suite, but can open one snapshot error only. When I clicked for the rest of the snapshot error it unable to click.
image

plugin/index.js

//cypress-plugin-snapshots
const { initPlugin } = require('cypress-plugin-snapshots/plugin');

module.exports = (on, config) => {
  initPlugin(on, config);
  return config;
};

Each test case I have write as per below
cy.get("#root").toMatchImageSnapshot({imageConfig: { threshold: 0 },});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant