From 118a85e02785385fe089ab5a5c46174cfe0bf8b8 Mon Sep 17 00:00:00 2001 From: EmptyWork <22065214+EmptyWork@users.noreply.github.com> Date: Fri, 4 Jul 2025 11:41:16 +0900 Subject: [PATCH] =?UTF-8?q?update:=20`playwright.config.ts`=20=E2=80=94=20?= =?UTF-8?q?webkit=20to=20correct=20`safari`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {