Merge branch 'dev' into question-tool-description
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user