Skip to content

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

@nfafamy

Description

@nfafamy

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 },});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions