chore: generate

This commit is contained in:
opencode-agent[bot]
2026-02-17 14:43:42 +00:00
parent 4d5e86d8a5
commit 7ed4499748

View File

@@ -28,4 +28,4 @@ test("review panel can be toggled via keybind", async ({ page, gotoSession }) =>
await page.keyboard.press(`${modKey}+Shift+R`)
await expect(reviewToggle).toHaveAttribute("aria-expanded", "false")
await expect(page.locator("#review-panel")).toHaveCount(0)
})
})