mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-24 17:44:49 +00:00
chore: generate
This commit is contained in:
@@ -28,4 +28,4 @@ test("review panel can be toggled via keybind", async ({ page, gotoSession }) =>
|
|||||||
await page.keyboard.press(`${modKey}+Shift+R`)
|
await page.keyboard.press(`${modKey}+Shift+R`)
|
||||||
await expect(reviewToggle).toHaveAttribute("aria-expanded", "false")
|
await expect(reviewToggle).toHaveAttribute("aria-expanded", "false")
|
||||||
await expect(page.locator("#review-panel")).toHaveCount(0)
|
await expect(page.locator("#review-panel")).toHaveCount(0)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user