Skip to content

Commit 32763b2

Browse files
increased failure threshold to be consistent with the other tests
1 parent bcc60d2 commit 32763b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/frontend/e2e/tests/Tut#3c_smoke.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const SNAPSHOT_OPTIONS = {
1919
customSnapshotsDir: `./tests/snapshots/${scriptName}`,
2020
comparisonMethod: 'ssim',
2121
failureThresholdType: 'percent',
22-
failureThreshold: 0.3
22+
failureThreshold: 0.5
2323
};
2424

2525

tests/frontend/e2e/tests/Tut#4_smoke.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const SNAPSHOT_OPTIONS = {
1818
customSnapshotsDir: `./tests/snapshots/${scriptName}`,
1919
comparisonMethod: 'ssim',
2020
failureThresholdType: 'percent',
21-
failureThreshold: 0.3
21+
failureThreshold: 0.5
2222
};
2323

2424

0 commit comments

Comments
 (0)