From b70bfb26d46cfaea3208d3f987810282b876e908 Mon Sep 17 00:00:00 2001 From: Pooja Date: Thu, 4 Jun 2026 17:47:12 +0530 Subject: [PATCH] rm: deps array (#8181) --- playwright.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 02bbbd60f..bee024111 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -40,7 +40,6 @@ export default defineConfig({ // system-pac and pac specs share the same PAC/proxy/target ports. name: 'system-pac', testDir: './tests/proxy/system-pac', - dependencies: ['default'] } ],