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
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD

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