From ec3017486fd4b72453f7d6124ec9046014e6a2d4 Mon Sep 17 00:00:00 2001 From: Matt Roberts Date: Wed, 18 Dec 2024 14:49:48 +0000 Subject: [PATCH] Trying a more obvious way to update playwright. --- .github/workflows/build.yml | 6 ++---- package.json | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 810105a90..b9860a215 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -154,8 +154,7 @@ jobs: fider-image - run: npm ci - run: | - npx install playwright@1.48 - npx playwright@1.48 install-deps $BROWSER + npx playwright install-deps $BROWSER env: BROWSER: ${{ matrix.browser }} - run: make test-e2e-ui @@ -212,8 +211,7 @@ jobs: fider-image - run: npm ci - run: | - npx install playwright@1.48 - npx playwright@1.48 install-deps chromium + npx playwright install-deps chromium env: BROWSER: chromium - run: make test-e2e-server diff --git a/package.json b/package.json index 62d2f2b42..69f4af206 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "jest": "28.1.0", "jest-environment-jsdom": "28.1.0", "mini-css-extract-plugin": "2.6.0", - "playwright": "1.29.2", + "playwright": "1.48", "prettier": "2.6.2", "purgecss-webpack-plugin": "4.1.3", "sass": "1.51.0",