From cf585367da2e4e822eaa46be90e34d6ec089b8aa Mon Sep 17 00:00:00 2001 From: Jesse Mazzella Date: Tue, 22 Nov 2022 14:30:06 -0800 Subject: [PATCH] chore: bump Playwright to 1.28.0 --- .circleci/config.yml | 2 +- .github/workflows/e2e-couchdb.yml | 2 +- .github/workflows/e2e-pr.yml | 2 +- package.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7b6b4a6f05..2b2daaa662 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 executors: pw-focal-development: docker: - - image: mcr.microsoft.com/playwright:v1.25.2-focal + - image: mcr.microsoft.com/playwright:v1.28.0-focal environment: NODE_ENV: development # Needed to ensure 'dist' folder created and devDependencies installed PERCY_POSTINSTALL_BROWSER: 'true' # Needed to store the percy browser in cache deps diff --git a/.github/workflows/e2e-couchdb.yml b/.github/workflows/e2e-couchdb.yml index ee610a51ee..a53bb056a5 100644 --- a/.github/workflows/e2e-couchdb.yml +++ b/.github/workflows/e2e-couchdb.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: '16' - - run: npx playwright@1.25.2 install + - run: npx playwright@1.28.0 install - run: npm install - run: sh src/plugins/persistence/couch/replace-localstorage-with-couchdb-indexhtml.sh - run: npm run test:e2e:couchdb diff --git a/.github/workflows/e2e-pr.yml b/.github/workflows/e2e-pr.yml index 317d0ef379..c300a2b58e 100644 --- a/.github/workflows/e2e-pr.yml +++ b/.github/workflows/e2e-pr.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: '16' - - run: npx playwright@1.25.2 install + - run: npx playwright@1.28.0 install - run: npx playwright install chrome-beta - run: npm install - run: npm run test:e2e:full diff --git a/package.json b/package.json index 3bf0b92ccb..91934527d7 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@braintree/sanitize-url": "6.0.2", "@percy/cli": "1.13.0", "@percy/playwright": "1.0.4", - "@playwright/test": "1.25.2", + "@playwright/test": "1.28.0", "@types/jasmine": "4.3.0", "@types/lodash": "4.14.189", "babel-loader": "9.0.0", @@ -48,7 +48,7 @@ "moment-timezone": "0.5.38", "nyc": "15.1.0", "painterro": "1.2.78", - "playwright-core": "1.25.2", + "playwright-core": "1.28.0", "plotly.js-basic-dist": "2.14.0", "plotly.js-gl2d-dist": "2.14.0", "printj": "1.3.1",