Skip to content

Commit

Permalink
Merge pull request #761 from MetaCell/release1/testfix
Browse files Browse the repository at this point in the history
Release1/testfix
  • Loading branch information
ddelpiano authored Aug 9, 2023
2 parents 969cb7e + 32763b2 commit e1c3a7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions tests/frontend/e2e/jest-puppeteer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ module.exports = {
},
timeout: 120000
},
exitOnPageError: false,
}
2 changes: 1 addition & 1 deletion tests/frontend/e2e/tests/Tut#3c_smoke.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const SNAPSHOT_OPTIONS = {
customSnapshotsDir: `./tests/snapshots/${scriptName}`,
comparisonMethod: 'ssim',
failureThresholdType: 'percent',
failureThreshold: 0.3
failureThreshold: 0.5
};


Expand Down
2 changes: 1 addition & 1 deletion tests/frontend/e2e/tests/Tut#4_smoke.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const SNAPSHOT_OPTIONS = {
customSnapshotsDir: `./tests/snapshots/${scriptName}`,
comparisonMethod: 'ssim',
failureThresholdType: 'percent',
failureThreshold: 0.3
failureThreshold: 0.5
};


Expand Down

0 comments on commit e1c3a7c

Please sign in to comment.