From 2dde4e7f09f5f6659f305b2a9afe5d56e40da0ba Mon Sep 17 00:00:00 2001 From: creatixchu Date: Fri, 31 Jul 2026 18:46:22 +0800 Subject: [PATCH] test(web): follow connectFreshWorkspace's staged-directory signature --- apps/web/tests/startup-auto-selection.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/tests/startup-auto-selection.e2e.ts b/apps/web/tests/startup-auto-selection.e2e.ts index 6ffb6cbf83..f3a953c1e6 100644 --- a/apps/web/tests/startup-auto-selection.e2e.ts +++ b/apps/web/tests/startup-auto-selection.e2e.ts @@ -57,7 +57,7 @@ describe('web e2e: startup auto-selection', () => { await page.waitForSelector('[class*="frame"]', { timeout: 30_000 }) // A registered workspace is the precondition for auto-selection: the first // load has nothing to select, so the reload below is the path under test. - await connectFreshWorkspace(page, 'startup-auto-selection') + await connectFreshWorkspace(page, scaffold.workspaceCwd, 'startup-auto-selection') }, 180_000) afterAll(async () => {