Skip to content

Commit d423cad

Browse files
committed
fix(e2e): Workaround for parallel.test.ts
1 parent 0e29718 commit d423cad

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/tests-e2e/playwright.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,11 @@ export default defineConfig({
3131
},
3232
},
3333
],
34+
use: {
35+
launchOptions: {
36+
args: [
37+
"--disable-features=AcceptCHFrame,AutoExpandDetailsElement,AvoidUnnecessaryBeforeUnloadCheckSync,CertificateTransparencyComponentUpdater,DestroyProfileOnBrowserClose,DialMediaRouteProvider,ExtensionManifestV2Disabled,GlobalMediaControls,HttpsUpgrades,ImprovedCookieControls,LazyFrameLoading,LensOverlay,MediaRouter,PaintHolding,ThirdPartyStoragePartitioning,Translate,DeferRendererTasksAfterInput",
38+
],
39+
},
40+
},
3441
});

0 commit comments

Comments
 (0)