Skip to content

Commit

Permalink
fixup! Test(demo): Introduce E2E test for homepage refs #DS-869
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Sep 25, 2023
1 parent bf89f6b commit 9a16c0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/make/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].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==
Expand Down

0 comments on commit 9a16c0f

Please sign in to comment.