diff --git a/playwright.config.ts b/playwright.config.ts index b59ef03c9..10528c325 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -43,11 +43,6 @@ export default defineConfig({ use: { ...devices['Desktop Firefox'] }, }, - { - name: 'webkit', - use: { ...devices['Desktop Safari'] }, - }, - /* Test against mobile viewports. */ // { // name: 'Mobile Chrome',