We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13bed7 commit 683e360Copy full SHA for 683e360
1 file changed
test/visual/basicGrid.test.tsx
@@ -54,7 +54,7 @@ test('basic grid', async () => {
54
});
55
56
test('color', async () => {
57
- await page.render(<div style={{ color: 'blue' }}>color test</div>);
+ await page.render(<div style={{ color: 'green' }}>color test</div>);
58
59
await expect(page.getByText('color test')).toMatchScreenshot('color');
60
0 commit comments