diff --git a/e2e/playwright/projects.spec.ts b/e2e/playwright/projects.spec.ts index e5ef3834b8..8403f0a836 100644 --- a/e2e/playwright/projects.spec.ts +++ b/e2e/playwright/projects.spec.ts @@ -1527,10 +1527,10 @@ test( { tag: '@electron' }, async ({ context, page, cmdBar, homePage }, testInfo) => { await context.folderSetupFn(async (dir) => { - await Promise.all([ - fsp.mkdir(path.join(dir, 'router-template-slate'), { recursive: true }), - fsp.mkdir(path.join(dir, 'bracket'), { recursive: true }), - ]) + await fsp.mkdir(path.join(dir, 'router-template-slate'), { + recursive: true, + }) + await fsp.mkdir(path.join(dir, 'bracket'), { recursive: true }) await Promise.all([ fsp.copyFile( path.join(