Skip to content

Commit 299291b

Browse files
committed
add permission
1 parent 9608fdd commit 299291b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/update-screenshots.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
permissions:
21+
actions: write
2122
contents: write
2223
pull-requests: write
2324

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: 'red' }}>color test</div>);
57+
await page.render(<div style={{ color: 'blue' }}>color test</div>);
5858

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

0 commit comments

Comments
 (0)