chore: generate
This commit is contained in:
@@ -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 }) => {
|
test("stages a submitted line comment in the prompt context", async ({ page }) => {
|
||||||
page.on("request", (request) => {
|
page.on("request", (request) => {
|
||||||
expect
|
expect.soft(request.method(), `unexpected ${request.method()} ${new URL(request.url()).pathname}`).toBe("GET")
|
||||||
.soft(request.method(), `unexpected ${request.method()} ${new URL(request.url()).pathname}`)
|
|
||||||
.toBe("GET")
|
|
||||||
})
|
})
|
||||||
|
|
||||||
const review = page.locator('[data-component="session-review"]')
|
const review = page.locator('[data-component="session-review"]')
|
||||||
|
|||||||
Reference in New Issue
Block a user