feat(app): composer improvements (#34720)

Co-authored-by: Brendan Allan <git@brendonovich.dev>
This commit is contained in:
Aarav Sareen 2026-07-01 17:36:41 +05:30 committed by GitHub
commit 9410eda4e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 615 additions and 47 deletions

View file

@ -66,7 +66,7 @@ test("shows the V2 thinking level control while relevant", async ({ page }) => {
await expect(control).toBeVisible()
await control.locator('[data-action="prompt-model-variant"]').click()
const high = page.getByRole("option", { name: "high" })
const high = page.getByRole("menuitemradio", { name: "high" })
await expect(high).toBeVisible()
await page.mouse.move(0, 0)
await expect(control).toBeVisible()