From a8051b06fd9facfc743dc1e6d545edf290674151 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 11 Jan 2025 16:36:24 +0200 Subject: [PATCH] chore(e2e): disable webkit for now --- playwright.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playwright.config.ts b/playwright.config.ts index a96b54b77..86de95af0 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -46,10 +46,10 @@ export default defineConfig({ use: { ...devices['Desktop Firefox'] }, }, - { - name: 'webkit', - use: { ...devices['Desktop Safari'] }, - }, + // { + // name: 'webkit', + // use: { ...devices['Desktop Safari'] }, + // }, /* Test against mobile viewports. */ // {