Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 3716ee7

Browse files
AdamJdgutride
authored andcommitted
fix(backstop): increase threshold for regression tests
Increase the threshold for three regression tests.
1 parent 688b5c5 commit 3716ee7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

backstop/config/scenarios/list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ module.exports = [{
55
label: 'list',
66
url: 'dist/tests/list-pf.html',
77
disabled: false,
8-
misMatchThreshold: 7.05
8+
misMatchThreshold: 7.30
99
}]

backstop/config/scenarios/pagination-table-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ module.exports = [{
44
label: 'pagination-table-view',
55
url: 'dist/tests/pagination-table-view.html',
66
disabled: false,
7-
misMatchThreshold: 7.80
7+
misMatchThreshold: 8.30
88
}]

backstop/config/scenarios/table-view-navbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ module.exports = [{
44
label: 'table-view-navbar',
55
url: 'dist/tests/table-view-navbar.html',
66
disabled: false,
7-
misMatchThreshold: 7.80
7+
misMatchThreshold: 8.30
88
}]

0 commit comments

Comments
 (0)