Skip to content

Commit 87f83c6

Browse files
threshold
1 parent fe75ff5 commit 87f83c6

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
@@ -84,7 +84,7 @@ module.exports = (env, { port = 8080, urls = {} } = {}) => {
8484
await page.waitForTimeout(500);
8585
}
8686

87-
const customConfig = { threshold: 0.012 };
87+
const customConfig = { threshold: 0.02 };
8888

8989
function compareSnapshot(image, name) {
9090
expect(image).toMatchImageSnapshot({

0 commit comments

Comments
 (0)