Skip to content

Commit 15497fc

Browse files
larger threshold
1 parent 87f83c6 commit 15497fc

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.02 };
87+
const customConfig = { threshold: 0.03 };
8888

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

0 commit comments

Comments
 (0)