diff --git a/playwright.config.ts b/playwright.config.ts index 1bc6418..4c09e71 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -24,7 +24,7 @@ export default defineConfig({ }, { name: 'webkit', - use: { ...devices['Desktop Webkit'] }, + use: { ...devices['Desktop Safari'] }, }, ], webServer: {