Skip to content

Commit f12785f

Browse files
committed
rebase cypress changes
1 parent 2df6956 commit f12785f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cypress/support/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { addCompareSnapshotCommand } from "cypress-visual-regression/dist/comman
44

55
addCompareSnapshotCommand({
66
capture: "fullPage",
7-
errorThreshold: 0.2,
7+
errorThreshold: 0.09,
88
});
99

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

src/packages/tour/dont-show-again.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ context("Don't show again checkbox", () => {
5353

5454
cy.wait(500);
5555

56-
cy.compareSnapshot("dont-show-again-checkbox-first-step");
56+
cy.compareSnapshot("dont-show-again-clicked-first-step");
5757

5858
cy.get(".introjs-dontShowAgain input").click();
5959

0 commit comments

Comments
 (0)