Skip to content

Commit 49f384f

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

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
@@ -84,7 +84,7 @@ module.exports = (env, { port = 8080, urls = {} } = {}) => {
8484
const customConfig = {
8585
threshold: 0.3,
8686
thresholdType: 'percent',
87-
failureThreshold: 0.02,
87+
failureThreshold: 0.05,
8888
failureThresholdType: 'percent',
8989
customDiffConfig: {
9090
includeAA: false,

0 commit comments

Comments
 (0)