Skip to content

Commit

Permalink
Set maxDiffPixelRatio to 0.001
Browse files Browse the repository at this point in the history
Co-authored-by: Duc Trung Le <[email protected]>
  • Loading branch information
davidbrochart and trungleduc authored Dec 18, 2024
1 parent b71c809 commit 1a606a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-tests/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
},
expect: {
toMatchSnapshot: {
maxDiffPixelRatio: 0.01
maxDiffPixelRatio: 0.001
}
}
};

0 comments on commit 1a606a0

Please sign in to comment.