Skip to content

Commit

Permalink
feat: update threshold for screenshot comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-luzmo committed Aug 23, 2024
1 parent 12c7a41 commit 08c1f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/report-builder/report-builder.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ test.describe('Report builder', () => {
await reportBuilderPage.chartOneBar().waitFor({ state: 'visible' });

// then
await expect(page).toHaveScreenshot('init-page.png', { threshold: 0.45 });
await expect(page).toHaveScreenshot('init-page.png', { threshold: 0.35 });
});
});

0 comments on commit 08c1f4c

Please sign in to comment.