test(config): lower pixel diff threshold to 0.04 (#26002)
@ -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. */
|
||||||
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.2 KiB |