chore: generate

This commit is contained in:
opencode-agent[bot]
2026-08-05 02:33:08 +00:00
parent 82a5796159
commit b8ea3ea091
@@ -65,9 +65,7 @@ test("shows a comment button when a line number is hovered", async ({ page }) =>
test("stages a submitted line comment in the prompt context", async ({ page }) => {
page.on("request", (request) => {
expect
.soft(request.method(), `unexpected ${request.method()} ${new URL(request.url()).pathname}`)
.toBe("GET")
expect.soft(request.method(), `unexpected ${request.method()} ${new URL(request.url()).pathname}`).toBe("GET")
})
const review = page.locator('[data-component="session-review"]')