diff --git a/playwright.config.ts b/playwright.config.ts index 228a9373b..3f22e48a9 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -26,15 +26,6 @@ export default defineConfig({ }, projects: [ - { - name: "chromium", - use: { - ...devices["Desktop Chrome"], - launchOptions: { - args: ["--disable-web-security", "--disable-features=IsolateOrigins,site-per-process"], - }, - }, - }, { name: "firefox", use: {