fix(test): auto-acknowledge tool-result follow-ups in mock LLM server (#20528)

This commit is contained in:
Kit Langton 2026-04-01 19:47:26 -04:00 committed by GitHub
commit d9d4f895bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 482 additions and 117 deletions

View file

@ -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()