mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 10:02:04 +08:00
Skip test on windows for now
This commit is contained in:
@@ -32,6 +32,7 @@ test("can close a project via hover card close button", async ({ page, withProje
|
||||
})
|
||||
|
||||
test("closing active project navigates to another open project", async ({ page, withProject }) => {
|
||||
test.skip(process.platform === "win32", "Skipping on Windows due to workspace interaction issues") // kilocode_change
|
||||
await page.setViewportSize({ width: 1400, height: 800 })
|
||||
|
||||
const other = await createTestProject()
|
||||
|
||||
Reference in New Issue
Block a user