fix(test): auto-acknowledge tool-result follow-ups in mock LLM server (#20528)
This commit is contained in:
parent
48db7cf07a
commit
d9d4f895bc
13 changed files with 482 additions and 117 deletions
|
|
@ -2,7 +2,7 @@ import { test, expect } from "../fixtures"
|
|||
import { promptSelector } from "../selectors"
|
||||
import { clickListItem } from "../actions"
|
||||
|
||||
test("smoke model selection updates prompt footer", async ({ page, gotoSession }) => {
|
||||
test.fixme("smoke model selection updates prompt footer", async ({ page, gotoSession }) => {
|
||||
await gotoSession()
|
||||
|
||||
await page.locator(promptSelector).click()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue