Skip to content

Commit d54bbd2

Browse files
try larger comparison threshold
1 parent 301bbae commit d54bbd2

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
@@ -75,7 +75,7 @@ module.exports = (env) => {
7575
await page.waitForTimeout(500);
7676
}
7777

78-
const customConfig = { threshold: 0.012 };
78+
const customConfig = { threshold: 0.02 };
7979

8080
function compareSnapshot(image, name) {
8181
expect(image).toMatchImageSnapshot({

0 commit comments

Comments
 (0)