From b5009ee83ff76cc71ac25a6b3352205cd3e812fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carsten=20K=C3=B6nig?= Date: Thu, 1 Aug 2024 14:21:41 +0200 Subject: [PATCH] disable webkit specs --- playwright.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playwright.config.ts b/playwright.config.ts index 9eb01c8f..b6329fa2 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -42,10 +42,10 @@ export default defineConfig({ use: { ...devices['Desktop Firefox'] } }, - { - name: 'webkit', - use: { ...devices['Desktop Safari'] }, - }, + // { + // name: 'webkit', + // use: { ...devices['Desktop Safari'] }, + // }, /* Test against mobile viewports. */ // {