Skip to content

Commit

Permalink
Lower misMatchThreshold
Browse files Browse the repository at this point in the history
  • Loading branch information
sergii-nosachenko committed Jan 26, 2024
1 parent 36ea3d7 commit a235342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backstopConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const basic = {
removeSelectors: [
'h1',
],
misMatchThreshold: 0.5,
misMatchThreshold: 0.4,
referenceUrl: basicScenario.referenceUrl + '/stopwatch/',
};

Expand Down Expand Up @@ -40,7 +40,7 @@ const config = {
{
...basic,
label: 'Stopwatch after one circle',
postDOMChangeWait: 15000,
postDOMChangeWait: 12000,
}
],
};
Expand Down

0 comments on commit a235342

Please sign in to comment.