Skip to content

Commit 716f66d

Browse files
increase failureThreshold for screenshots tests
1 parent 49f384f commit 716f66d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ module.exports = (env, { port = 8080, urls = {} } = {}) => {
8888
failureThresholdType: 'percent',
8989
customDiffConfig: {
9090
includeAA: false,
91-
threshold: 0.05,
91+
threshold: 0.1,
9292
}
9393
};
9494

0 commit comments

Comments
 (0)