Skip to content

Commit 9e691a7

Browse files
chore(deps-dev): bump @playwright/test from 1.50.0 to 1.51.0 (#5751)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Josh Black <[email protected]>
1 parent daca1ff commit 9e691a7

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

.github/workflows/aat-reports.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "pid=$pid" >> $GITHUB_OUTPUT
4040
sleep 5
4141
- name: Run AAT
42-
uses: docker://mcr.microsoft.com/playwright:v1.50.0-jammy
42+
uses: docker://mcr.microsoft.com/playwright:v1.51.0-jammy
4343
env:
4444
STORYBOOK_URL: 'http://172.17.0.1:6006'
4545
with:
@@ -114,7 +114,7 @@ jobs:
114114
echo "pid=$pid" >> $GITHUB_OUTPUT
115115
sleep 5
116116
- name: Run AAT
117-
uses: docker://mcr.microsoft.com/playwright:v1.50.0-jammy
117+
uses: docker://mcr.microsoft.com/playwright:v1.51.0-jammy
118118
env:
119119
STORYBOOK_URL: 'http://172.17.0.1:6006'
120120
with:

.github/workflows/vrt-reports.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "pid=$pid" >> $GITHUB_OUTPUT
4040
sleep 5
4141
- name: Run VRT
42-
uses: docker://mcr.microsoft.com/playwright:v1.50.0-jammy
42+
uses: docker://mcr.microsoft.com/playwright:v1.51.0-jammy
4343
env:
4444
STORYBOOK_URL: 'http://172.17.0.1:6006'
4545
with:
@@ -114,7 +114,7 @@ jobs:
114114
echo "pid=$pid" >> $GITHUB_OUTPUT
115115
sleep 5
116116
- name: Run VRT
117-
uses: docker://mcr.microsoft.com/playwright:v1.50.0-jammy
117+
uses: docker://mcr.microsoft.com/playwright:v1.51.0-jammy
118118
env:
119119
STORYBOOK_URL: 'http://172.17.0.1:6006'
120120
with:

.github/workflows/vrt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo "pid=$pid" >> $GITHUB_OUTPUT
5353
sleep 5
5454
- name: Run VRT
55-
uses: docker://mcr.microsoft.com/playwright:v1.50.0-jammy
55+
uses: docker://mcr.microsoft.com/playwright:v1.51.0-jammy
5656
env:
5757
STORYBOOK_URL: 'http://172.17.0.1:6006'
5858
with:

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@github/mini-throttle": "2.1.1",
5252
"@github/prettier-config": "0.0.6",
5353
"@mdx-js/react": "1.6.22",
54-
"@playwright/test": "^1.50.0",
54+
"@playwright/test": "^1.51.0",
5555
"@prettier/sync": "0.5.1",
5656
"@primer/stylelint-config": "13.1.1",
5757
"@size-limit/preset-big-lib": "11.1.6",

0 commit comments

Comments
 (0)