diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 06cfe2bac..abe17ea0d 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -33,7 +33,6 @@ runs: - name: Install dependencies shell: bash - run: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 pnpm i - name: Check formatting shell: bash @@ -45,8 +44,3 @@ runs: with: path: ~/.cache/ms-playwright key: ${{ runner.os }}-playwright-${{ hashFiles('**/pnpm-lock.yaml') }} - - - name: Install Playwright browsers - run: pnpm --filter "@custom-tests/e2e" download-browsers - shell: bash - if: steps.playwright-cache.outputs.cache-hit != 'true' diff --git a/tests/e2e/package.json b/tests/e2e/package.json index 4d6959c2a..dece90cd7 100644 --- a/tests/e2e/package.json +++ b/tests/e2e/package.json @@ -15,8 +15,7 @@ "dev:decap": "playwright test --ui --config playwright.config.decap.ts", "dev:drupal": "playwright test --ui --config playwright.config.drupal.ts", "webform-snapshots": "playwright test --config playwright.config.webforms.ts", - "webform-snapshots:headed": "playwright test --config playwright.config.webforms.ts --headed", - "download-browsers": "playwright install chromium" + "webform-snapshots:headed": "playwright test --config playwright.config.webforms.ts --headed" }, "devDependencies": { "@amazeelabs/save-webpage": "^1.1.1",