Skip to content

Commit 29d152b

Browse files
fix test increase screenshot comparing threshold
1 parent 1e68946 commit 29d152b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ module.exports = (env, { port = 8080, urls = {} } = {}) => {
284284
const image = await takeScreenshot();
285285

286286
compareSnapshot(image, 'create-account', {
287-
threshold: 0.05
287+
threshold: 0.025
288288
});
289289
});
290290

0 commit comments

Comments
 (0)