chore(argos): disable matchImageSnapshot

This commit is contained in:
Greg Bergé
2024-06-17 12:31:16 +02:00
committed by Sidharth Vinod
parent 44688a20b6
commit caa0ff340d

View File

@@ -124,6 +124,7 @@ export const openURLAndVerifyRendering = (
cy.log(`Closing eyes ${Cypress.spec.name}`);
cy.eyesClose();
} else {
cy.matchImageSnapshot(name);
// Argos will take care of this
// cy.matchImageSnapshot(name);
}
};