Merge origin/master into worktree/composer-caret-binding

This commit is contained in:
creatixchu
2026-08-04 14:44:09 +08:00
1778 changed files with 129120 additions and 34181 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ describe('web e2e: approval takeover keeps its actions reachable', () => {
tripwire = watchConsole(page)
await page.goto(scaffold.baseUrl, { waitUntil: 'load' })
await page.waitForSelector('[class*="frame"]', { timeout: 30_000 })
await connectFreshWorkspace(page)
await connectFreshWorkspace(page, scaffold.workspaceCwd)
}, 120_000)
afterAll(async () => {