test(web): stabilize preset-aware steering snapshots

This commit is contained in:
Yichen Jiang
2026-08-10 14:44:37 +08:00
parent 52fafa012e
commit 6a830f1779
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -314,6 +314,7 @@ describe('web e2e: empty-draft Cmd+Enter steers the whole queue', () => {
await page.goto(scaffold.baseUrl, { waitUntil: 'load' })
await page.waitForSelector('[class*="frame"]', { timeout: 30_000 })
await connectFreshWorkspace(page, scaffold.workspaceCwd)
await page.getByText('标准模式', { exact: true }).waitFor({ timeout: 10_000 })
}, 120_000)
afterAll(async () => {