We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45dc52 commit 942b81dCopy full SHA for 942b81d
1 file changed
test/visual/basicGrid.test.tsx
@@ -50,5 +50,5 @@ test('basic grid', async () => {
50
/>
51
);
52
53
- await expect(getGrid()).toMatchScreenshot('basic-grid-test');
+ await expect(getGrid()).toMatchScreenshot('basic-grid');
54
});
0 commit comments