Skip to content

Commit 9f69fe2

Browse files
committed
Remove the color test
1 parent 6ba34e9 commit 9f69fe2

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

test/visual/basicGrid.test.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,3 @@ test('basic grid', async () => {
5252

5353
await expect(getGrid()).toMatchScreenshot('basic-grid');
5454
});
55-
56-
test('color', async () => {
57-
await page.render(<div style={{ color: 'red' }}>color test</div>);
58-
59-
await expect(page.getByText('color test')).toMatchScreenshot('color');
60-
});

0 commit comments

Comments
 (0)