test(web): stabilize preset-aware steering snapshots
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
- banner:
|
- banner:
|
||||||
- navigation "Session hierarchy":
|
- navigation "Session hierarchy":
|
||||||
- button "Use the ask_user_question tool to" [disabled]
|
- button "Use the ask_user_question tool to" [disabled]
|
||||||
|
- img
|
||||||
|
- text: 标准模式
|
||||||
- tablist:
|
- tablist:
|
||||||
- tab "Chat" [selected]
|
- tab "Chat" [selected]
|
||||||
- tab "Trajectory"
|
- tab "Trajectory"
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
- banner:
|
- banner:
|
||||||
- navigation "Session hierarchy":
|
- navigation "Session hierarchy":
|
||||||
- button "Use the ask_user_question tool to" [disabled]
|
- button "Use the ask_user_question tool to" [disabled]
|
||||||
|
- img
|
||||||
|
- text: 标准模式
|
||||||
- tablist:
|
- tablist:
|
||||||
- tab "Chat" [selected]
|
- tab "Chat" [selected]
|
||||||
- tab "Trajectory"
|
- tab "Trajectory"
|
||||||
|
|||||||
@@ -314,6 +314,7 @@ describe('web e2e: empty-draft Cmd+Enter steers the whole queue', () => {
|
|||||||
await page.goto(scaffold.baseUrl, { waitUntil: 'load' })
|
await page.goto(scaffold.baseUrl, { waitUntil: 'load' })
|
||||||
await page.waitForSelector('[class*="frame"]', { timeout: 30_000 })
|
await page.waitForSelector('[class*="frame"]', { timeout: 30_000 })
|
||||||
await connectFreshWorkspace(page, scaffold.workspaceCwd)
|
await connectFreshWorkspace(page, scaffold.workspaceCwd)
|
||||||
|
await page.getByText('标准模式', { exact: true }).waitFor({ timeout: 10_000 })
|
||||||
}, 120_000)
|
}, 120_000)
|
||||||
|
|
||||||
afterAll(async () => {
|
afterAll(async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user