mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-09 10:36:43 +02:00
chore: Update argosThreshold
This commit is contained in:
@@ -125,7 +125,7 @@ export const verifyScreenshot = (name: string): void => {
|
||||
cy.eyesClose();
|
||||
} else if (useArgos) {
|
||||
cy.argosScreenshot(name, {
|
||||
threshold: 0,
|
||||
threshold: 0.3,
|
||||
});
|
||||
} else {
|
||||
cy.matchImageSnapshot(name);
|
||||
|
Reference in New Issue
Block a user