diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 6fc1fe17d..b2ee81722 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -24,7 +24,7 @@ // -- This is will overwrite an existing command -- // Cypress.Commands.overwrite("visit", (originalFn, url, options) => { ... }) -import { addMatchImageSnapshotCommand } from 'cypress-image-snapshot/command'; +import { addMatchImageSnapshotCommand } from 'cypress-image-snapshot/command.js'; // The SSIM comparison method can be used if the pixelmatch is throwing lots of false positives. // SSIM actually does not catch minute changes in the image, so it is not as accurate as pixelmatch.