Skip to content

Commit 5a701b5

Browse files
authored
test(playwright): reduce diff threshold to 0.01 (#26279)
1 parent e5cff9e commit 5a701b5

File tree

135 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+1
-1
lines changed

core/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const config: PlaywrightTestConfig = {
8787
* Increases the maximum allowed pixel difference to account
8888
* for slight browser rendering inconsistencies.
8989
*/
90-
maxDiffPixelRatio: 0.02
90+
maxDiffPixelRatio: 0.01
9191
}
9292
},
9393
/* Fail the build on CI if you accidentally left test.only in the source code. */
3.79 KB
817 Bytes
2.16 KB
3.68 KB
832 Bytes
2.16 KB
2.22 KB
2.2 KB
3.85 KB

0 commit comments

Comments
 (0)