From 1f70b25bf0ceab329b645c402d849ee4aaaf41ac Mon Sep 17 00:00:00 2001 From: Danny Koppenhagen Date: Fri, 20 Dec 2024 23:23:01 +0100 Subject: [PATCH] chore: test chromium only since copy-clipboard works only in chromium with playwright --- .github/workflows/build.yml | 3 --- playwright.config.ts | 10 ---------- 2 files changed, 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86e89ad6..ff7ff379 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,9 +4,6 @@ on: branches-ignore: - main - gh-pages - pull_request: - branches: - - main jobs: build-and-test: diff --git a/playwright.config.ts b/playwright.config.ts index 50d7d630..4f30d27a 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -41,16 +41,6 @@ export default defineConfig({ use: { ...devices["Desktop Chrome"] }, }, - { - name: "firefox", - use: { ...devices["Desktop Firefox"] }, - }, - - { - name: "webkit", - use: { ...devices["Desktop Safari"] }, - }, - /* Test against mobile viewports. */ // { // name: 'Mobile Chrome',