Skip to content

Commit df1a476

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ module.exports = (env, { port = 8080, urls = {} } = {}) => {
286286
compareSnapshot(image, 'create-account', {
287287
failureThreshold: 1,
288288
failureThresholdType: 'pixel',
289+
threshold: 0.1
289290
});
290291
});
291292

0 commit comments

Comments
 (0)