feat(session-ui): rewrite v2 prompt input (#37102)

This commit is contained in:
Brendan Allan
2026-07-17 18:02:19 +08:00
committed by GitHub
parent ed926be253
commit c0a258b22a
35 changed files with 3621 additions and 1095 deletions
@@ -736,5 +736,5 @@ async function switchTitlebarSession(page: Page, sessionID: string, title: strin
}
async function expectSessionReady(page: Page) {
await expectAppVisible(page.getByRole("textbox", { name: /Ask anything/i }))
await expectAppVisible(page.getByRole("textbox", { name: "Prompt" }))
}