Skip to content

Commit

Permalink
fix: change threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
xpadev-net committed Dec 6, 2023
1 parent 17eb5d2 commit b27bfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ const _compare = async (
await expect(page).toHaveScreenshot(`${video}-${time}.png`);
expect(await page.screenshot({ fullPage: true })).toMatchSnapshot(
`${video}-${time}.png`,
{ threshold: 0.075 },
{ threshold: 0.1 },
);
};

0 comments on commit b27bfe5

Please sign in to comment.