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 7265b2f commit 96f4915Copy full SHA for 96f4915
ui-tests/tests/widgets.test.ts
@@ -40,7 +40,7 @@ test.describe('Widget Visual Regression', () => {
40
41
for (let i = 0; i < cellCount; i++) {
42
const image = `widgets-cell-${i}.png`;
43
- expect(captures[i]).toMatchSnapshot(image);
+ expect.soft(captures[i]).toMatchSnapshot(image);
44
}
45
});
46
0 commit comments