diff --git a/.github/workflows/playwright-tests.yml b/.github/workflows/playwright-tests.yml index ab58f72a5..5afd51d3c 100644 --- a/.github/workflows/playwright-tests.yml +++ b/.github/workflows/playwright-tests.yml @@ -243,7 +243,6 @@ jobs: npm ls playwright --json=true PLAYWRIGHT_VERSION="$(npm ls playwright --json=true | jq -r '.dependencies.playwright.version')" - PLAYWRIGHT_VERSION="1.46.1" docker run --rm \ -v$(pwd):/app:z \