From d7f7abb988ef7ffc9d2fae15e8383deaf8c0e106 Mon Sep 17 00:00:00 2001 From: krmax44 Date: Wed, 29 Jan 2025 15:36:43 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20drop=20desktop=20safari=20from?= =?UTF-8?q?=20playwright?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit too unconsistent test results --- playwright.config.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/playwright.config.ts b/playwright.config.ts index 7b3ec9f..44270c1 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -40,11 +40,6 @@ export default defineConfig({ use: { ...devices['Desktop Firefox'] }, }, - { - name: 'webkit', - use: { ...devices['Desktop Safari'] }, - }, - /* Test against mobile viewports. */ { name: 'Mobile Chrome',