From f3b582a911641cf4a2626dd033fec8a1ed442afa Mon Sep 17 00:00:00 2001 From: Sung-Hyun Kang Date: Sun, 27 Apr 2025 19:21:42 -0500 Subject: [PATCH] Fix pipeline errors --- playwright.config.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/playwright.config.ts b/playwright.config.ts index 8087b19c8..b1f6a622d 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -61,9 +61,6 @@ export default defineConfig({ name: "webkit", use: { ...devices["Desktop Safari"], - launchOptions: { - args: ["--disable-web-security"], - }, }, }, {