Skip to content

Commit

Permalink
fix: increase test threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
xpadev-net committed Aug 14, 2024
1 parent 2d7a541 commit 20ad63d
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 @@ -45,6 +45,6 @@ const compare = async (page: Page, video: number, time: number) => {
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 20ad63d

Please sign in to comment.