Skip to content

Commit a69e300

Browse files
authored
chore: bump playwright to v1.44.0 (#7716)
1 parent 17bc6cb commit a69e300

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ orbs:
55
executors:
66
pw-focal-development:
77
docker:
8-
- image: mcr.microsoft.com/playwright:v1.42.1-focal
8+
- image: mcr.microsoft.com/playwright:v1.44.0-focal
99
environment:
1010
NODE_ENV: development # Needed to ensure 'dist' folder created and devDependencies installed
1111
PERCY_POSTINSTALL_BROWSER: 'true' # Needed to store the percy browser in cache deps
@@ -159,7 +159,7 @@ jobs:
159159
steps:
160160
- build_and_install:
161161
node-version: lts/hydrogen
162-
- run: npx playwright@1.42.1 install #Necessary for bare ubuntu machine
162+
- run: npx playwright@1.44.0 install #Necessary for bare ubuntu machine
163163
- run: |
164164
export $(cat src/plugins/persistence/couch/.env.ci | xargs)
165165
docker-compose -f src/plugins/persistence/couch/couchdb-compose.yaml up --detach

.github/workflows/e2e-couchdb.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
username: ${{ secrets.DOCKERHUB_USERNAME }}
3838
password: ${{ secrets.DOCKERHUB_TOKEN }}
3939

40-
- run: npx playwright@1.42.1 install
40+
- run: npx playwright@1.44.0 install
4141

4242
- name: Start CouchDB Docker Container and Init with Setup Scripts
4343
run: |

.github/workflows/e2e-flakefinder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
restore-keys: |
3131
${{ runner.os }}-node-
3232
33-
- run: npx playwright@1.42.1 install
33+
- run: npx playwright@1.44.0 install
3434
- run: npm ci --no-audit --progress=false
3535

3636
- name: Run E2E Tests (Repeated 10 Times)

.github/workflows/e2e-perf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
restore-keys: |
2929
${{ runner.os }}-node-
3030
31-
- run: npx playwright@1.42.1 install
31+
- run: npx playwright@1.44.0 install
3232
- run: npm ci --no-audit --progress=false
3333
- run: npm run test:perf:localhost
3434
- run: npm run test:perf:contract

.github/workflows/e2e-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
restore-keys: |
3434
${{ runner.os }}-node-
3535
36-
- run: npx playwright@1.42.1 install
36+
- run: npx playwright@1.44.0 install
3737
- run: npx playwright install chrome-beta
3838
- run: npm ci --no-audit --progress=false
3939
- run: npm run test:e2e:full -- --max-failures=40

e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/sinonjs__fake-timers": "8.1.5",
1919
"@percy/cli": "1.27.4",
2020
"@percy/playwright": "1.0.4",
21-
"@playwright/test": "1.42.1",
21+
"@playwright/test": "1.44.0",
2222
"@axe-core/playwright": "4.8.5",
2323
"sinon": "17.0.0"
2424
},

package-lock.json

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)