diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 06684d1e8b..a57f4d28aa 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -66,7 +66,7 @@ jobs: run: echo "site_url=${{ env.NETLIFY_DEPLOYED_URL }}" >> "$GITHUB_OUTPUT" - name: Run Playwright tests - uses: docker://mcr.microsoft.com/playwright:v1.50.0-jammy + uses: docker://mcr.microsoft.com/playwright:v1.49.1-jammy with: args: 'sh -c "corepack install && corepack enable && yarn test:e2e"' env: diff --git a/bin/make/e2e.sh b/bin/make/e2e.sh index a8436deb2c..44180df029 100755 --- a/bin/make/e2e.sh +++ b/bin/make/e2e.sh @@ -2,7 +2,7 @@ set -o errexit -PLAYWRIGHT_VERSION=1.50.0 +PLAYWRIGHT_VERSION=1.49.1 UBUNTU_VERSION=jammy E2E_FLAG="" diff --git a/package.json b/package.json index 3c3b8be15a..6198034c27 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@lmc-eu/conventional-changelog-lmc-github": "3.0.3", "@lmc-eu/eslint-config-react": "2.0.5", "@omlet/cli": "1.13.0", - "@playwright/test": "1.50.0", + "@playwright/test": "1.49.1", "@rollup/plugin-babel": "6.0.4", "@rollup/plugin-node-resolve": "15.3.1", "@svgr/webpack": "8.1.0", diff --git a/yarn.lock b/yarn.lock index 17f0cafd51..345b6ee185 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6806,14 +6806,14 @@ __metadata: languageName: node linkType: hard -"@playwright/test@npm:1.50.0": - version: 1.50.0 - resolution: "@playwright/test@npm:1.50.0" +"@playwright/test@npm:1.49.1": + version: 1.49.1 + resolution: "@playwright/test@npm:1.49.1" dependencies: - playwright: "npm:1.50.0" + playwright: "npm:1.49.1" bin: playwright: cli.js - checksum: 10/1fec2ed986205b57b03f24392bb01c6454c1f0a5c14204ce921afd51c3f5d61f20eddb3a18d36a02b19b3e3d731c7ff6bb7ba3c622aabc8fa3802021aef7d21b + checksum: 10/bb0d5eda58ee0b5bbca732d2aa57782fadf420d101e08e16d5760179459c667907bd8d224ee3d6f43f3088378e377ef63d32ed605fec37605debf217c3efe8da languageName: node linkType: hard @@ -26144,27 +26144,27 @@ __metadata: languageName: node linkType: hard -"playwright-core@npm:1.50.0": - version: 1.50.0 - resolution: "playwright-core@npm:1.50.0" +"playwright-core@npm:1.49.1": + version: 1.49.1 + resolution: "playwright-core@npm:1.49.1" bin: playwright-core: cli.js - checksum: 10/0d27e52164bcc37ed5aeaa0c7efa6a0b3616cfbb01e206c26572bff8b8e5f0923a993369c826056cd7bee4b975508a1ec257b533098ee9db7bc5b75832110e4d + checksum: 10/baa39a53024ec7744708410f2b952ac3aa2e1a6d311dabfa303523712848eba142fce5c20f1b2ed2a66fbd9a415d22ea8642b0f70423360aaebd4b41c47d364e languageName: node linkType: hard -"playwright@npm:1.50.0": - version: 1.50.0 - resolution: "playwright@npm:1.50.0" +"playwright@npm:1.49.1": + version: 1.49.1 + resolution: "playwright@npm:1.49.1" dependencies: fsevents: "npm:2.3.2" - playwright-core: "npm:1.50.0" + playwright-core: "npm:1.49.1" dependenciesMeta: fsevents: optional: true bin: playwright: cli.js - checksum: 10/53521f05c48ab51a37d6fa280a7c1e6486e2879f9997e877227517945faf195ce16829cf144709bba292c3023bcd07cf44a4dd965458c9adc30ea6fbe1f0f74a + checksum: 10/49fb063f4a107b8090f66d2d351ebd51fbb66843a8f95a161fa0c0e0b5156515961e75cc10f4249f61b9d2af51f762dda505c62b096d8f61cd47d1ff73ab39d2 languageName: node linkType: hard @@ -30123,7 +30123,7 @@ __metadata: "@lmc-eu/conventional-changelog-lmc-github": "npm:3.0.3" "@lmc-eu/eslint-config-react": "npm:2.0.5" "@omlet/cli": "npm:1.13.0" - "@playwright/test": "npm:1.50.0" + "@playwright/test": "npm:1.49.1" "@rollup/plugin-babel": "npm:6.0.4" "@rollup/plugin-node-resolve": "npm:15.3.1" "@svgr/webpack": "npm:8.1.0"