feat(app): composer improvements (#34720)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
This commit is contained in:
parent
f014686b07
commit
9410eda4e3
7 changed files with 615 additions and 47 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue