test(config): lower pixel diff threshold to 0.04 (#26002)

This commit is contained in:
Liam DeBeasi
2022-09-23 16:35:25 -05:00
committed by GitHub
parent 6537cb708d
commit 21b1ca5041
6 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ const config: PlaywrightTestConfig = {
* Increases the maximum allowed pixel difference to account * Increases the maximum allowed pixel difference to account
* for slight browser rendering inconsistencies. * for slight browser rendering inconsistencies.
*/ */
maxDiffPixelRatio: 0.05 maxDiffPixelRatio: 0.04
} }
}, },
/* Fail the build on CI if you accidentally left test.only in the source code. */ /* Fail the build on CI if you accidentally left test.only in the source code. */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB