Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Maija Y committed Nov 22, 2023
1 parent 4d40b85 commit d3a0960
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ test("default peer review editing", async ({ page, headless }, testInfo) => {
)
.selectOption("ManualReviewEverything")

await page1.locator('input[type="number"]').nth(2).click()
// Fill input[type="number"] >> nth=2
await page1.locator('input[type="number"]').nth(2).fill("2.5")

await page1.getByRole("button", { name: "Delete" }).nth(1).click()
// Fill text=General comments
await page1.locator("text=General comments").fill("test")
Expand Down

0 comments on commit d3a0960

Please sign in to comment.