diff --git a/tests/frontend/e2e/jest-puppeteer.config.js b/tests/frontend/e2e/jest-puppeteer.config.js index c24604c9..73960f88 100644 --- a/tests/frontend/e2e/jest-puppeteer.config.js +++ b/tests/frontend/e2e/jest-puppeteer.config.js @@ -7,4 +7,5 @@ module.exports = { }, timeout: 120000 }, + exitOnPageError: false, } \ No newline at end of file diff --git a/tests/frontend/e2e/tests/Tut#3c_smoke.test.js b/tests/frontend/e2e/tests/Tut#3c_smoke.test.js index 40723a45..dd9405bc 100644 --- a/tests/frontend/e2e/tests/Tut#3c_smoke.test.js +++ b/tests/frontend/e2e/tests/Tut#3c_smoke.test.js @@ -19,7 +19,7 @@ const SNAPSHOT_OPTIONS = { customSnapshotsDir: `./tests/snapshots/${scriptName}`, comparisonMethod: 'ssim', failureThresholdType: 'percent', - failureThreshold: 0.3 + failureThreshold: 0.5 }; diff --git a/tests/frontend/e2e/tests/Tut#4_smoke.test.js b/tests/frontend/e2e/tests/Tut#4_smoke.test.js index b569b038..35bd8b94 100644 --- a/tests/frontend/e2e/tests/Tut#4_smoke.test.js +++ b/tests/frontend/e2e/tests/Tut#4_smoke.test.js @@ -18,7 +18,7 @@ const SNAPSHOT_OPTIONS = { customSnapshotsDir: `./tests/snapshots/${scriptName}`, comparisonMethod: 'ssim', failureThresholdType: 'percent', - failureThreshold: 0.3 + failureThreshold: 0.5 };