Skip to content

Commit

Permalink
test: loosen max diff pixels
Browse files Browse the repository at this point in the history
  • Loading branch information
lumixraku authored and wzhudev committed Oct 23, 2024
1 parent 0e9f8a5 commit 6882663
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test('diff default sheet toolbar', async () => {
],
fullPage: true,
});
await expect(screenshot).toMatchSnapshot(filename, { maxDiffPixels: 5 });
await expect(screenshot).toMatchSnapshot(filename, { maxDiffPixels: 100 });
});

test('diff default sheet content', async ({ page }) => {
Expand Down

0 comments on commit 6882663

Please sign in to comment.