Skip to content

Commit 683e360

Browse files
committed
geren
1 parent a13bed7 commit 683e360

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/visual/basicGrid.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ test('basic grid', async () => {
5454
});
5555

5656
test('color', async () => {
57-
await page.render(<div style={{ color: 'blue' }}>color test</div>);
57+
await page.render(<div style={{ color: 'green' }}>color test</div>);
5858

5959
await expect(page.getByText('color test')).toMatchScreenshot('color');
6060
});

0 commit comments

Comments
 (0)