We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b34bcd commit cbab515Copy full SHA for cbab515
data-browser/tests/e2e.spec.ts
@@ -332,7 +332,7 @@ test.describe('data-browser', async () => {
332
await page.click(`[data-test]:has-text("${demoFileName}")`);
333
const image = await page.locator('[data-test="image-viewer"]');
334
await expect(image).toBeVisible();
335
- await expect(image).toHaveScreenshot();
+ await expect(image).toHaveScreenshot({ maxDiffPixelRatio: 0.1 });
336
});
337
338
test('chatroom', async ({ page, browser }) => {
0 commit comments