From 9a16c0faafe8c5464bb25cbc5bda21bb6e27d589 Mon Sep 17 00:00:00 2001 From: literat Date: Mon, 25 Sep 2023 12:13:08 +0200 Subject: [PATCH] fixup! Test(demo): Introduce E2E test for homepage refs #DS-869 --- bin/make/e2e.sh | 2 +- package.json | 2 +- yarn.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/make/e2e.sh b/bin/make/e2e.sh index d1692f3d90..74c30b934a 100755 --- a/bin/make/e2e.sh +++ b/bin/make/e2e.sh @@ -2,7 +2,7 @@ set -o errexit -PLAYWRIGHT_VERSION=1.38.0 +PLAYWRIGHT_VERSION=1.38.1 UBUNTU_VERSION=jammy docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v$PLAYWRIGHT_VERSION-$UBUNTU_VERSION yarn test:e2e diff --git a/package.json b/package.json index b8763792ae..6f74a99302 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@lmc-eu/eslint-config-react": "1.1.1", "@lmc-eu/prettier-config": "1.2.4", "@omlet/cli": "1.0.1-beta.34", - "@playwright/test": "^1.38.0", + "@playwright/test": "1.38.1", "@rollup/plugin-babel": "6.0.3", "@rollup/plugin-node-resolve": "15.2.1", "@rollup/plugin-replace": "5.0.2", diff --git a/yarn.lock b/yarn.lock index b32686ca29..26c3c097da 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4438,7 +4438,7 @@ resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== -"@playwright/test@^1.38.0": +"@playwright/test@1.38.1": version "1.38.1" resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.38.1.tgz#8ef4263e355cd1d8ad7905d471d268e8acb82ed6" integrity sha512-NqRp8XMwj3AK+zKLbZShl0r/9wKgzqI/527bkptKXomtuo+dOjU9NdMASQ8DNC9z9zLOMbG53T4eihYr3XR+BQ==