Skip to content

Commit

Permalink
remove diff snapshots + increase visual regression error thresold
Browse files Browse the repository at this point in the history
  • Loading branch information
binrysearch committed Sep 11, 2024
1 parent dffd357 commit 9ccc18e
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion cypress/support/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { addCompareSnapshotCommand } from "cypress-visual-regression/dist/comman

addCompareSnapshotCommand({
capture: "fullPage",
errorThreshold: 0.05
errorThreshold: 0.09
});

Cypress.Commands.add("nextStep", () => {
Expand Down

0 comments on commit 9ccc18e

Please sign in to comment.