diff --git a/e2e/chart.spec.ts b/e2e/chart.spec.ts index 8654a725..0ee51ed2 100644 --- a/e2e/chart.spec.ts +++ b/e2e/chart.spec.ts @@ -62,6 +62,7 @@ test.describe('Chart', () => { await expect(page.locator('canvas')).toHaveScreenshot('Chart-Plot-with_BollingerBands.png', { threshold: 0.15, + maxDiffPixelRatio: 0.15, }); // Should assert if indicators have been set // but it's a canvas ...