Merge branch 'dev' into question-tool-description

This commit is contained in:
Catriel Müller
2026-02-20 14:14:05 -03:00
committed by GitHub
2 changed files with 9 additions and 3 deletions
@@ -2,7 +2,9 @@ import { test, expect } from "../fixtures"
import { promptSelector } from "../selectors"
import { closeDialog, openSettings, clickListItem } from "../actions"
test("hiding a model removes it from the model picker", async ({ page, gotoSession }) => {
// kilocode_change start
test.skip("hiding a model removes it from the model picker", async ({ page, gotoSession }) => {
// kilocode_change end
await gotoSession()
await page.locator(promptSelector).click()
@@ -2,7 +2,9 @@ import { test, expect } from "../fixtures"
import { promptSelector } from "../selectors"
import { closeDialog, openSettings } from "../actions"
test("hiding a model removes it from the model picker", async ({ page, gotoSession }) => {
// kilocode_change start
test.skip("hiding a model removes it from the model picker", async ({ page, gotoSession }) => {
// kilocode_change end
await gotoSession()
await page.locator(promptSelector).click()
@@ -60,7 +62,9 @@ test("hiding a model removes it from the model picker", async ({ page, gotoSessi
await expect(pickerAgain).toHaveCount(0)
})
test("showing a hidden model restores it to the model picker", async ({ page, gotoSession }) => {
// kilocode_change start
test.skip("showing a hidden model restores it to the model picker", async ({ page, gotoSession }) => {
// kilocode_change end
await gotoSession()
await page.locator(promptSelector).click()