Skip to content

Commit bddba5d

Browse files
fix test increase screenshot comparing threshold
1 parent df1a476 commit bddba5d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/devextreme-cli/testing/app-template.test.shared.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,6 @@ module.exports = (env, { port = 8080, urls = {} } = {}) => {
284284
const image = await takeScreenshot();
285285

286286
compareSnapshot(image, 'create-account', {
287-
failureThreshold: 1,
288-
failureThresholdType: 'pixel',
289287
threshold: 0.1
290288
});
291289
});

0 commit comments

Comments
 (0)