Skip to content

Commit

Permalink
Test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nygrenh committed May 21, 2024
1 parent d2a2b34 commit 24c7d87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions system-tests/src/tests/self-review/only-self-review.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ test.describe("An exercise that has self review but no peer review works", () =>
.getByLabel("Empty block; start writing or")
.fill("In this review, you have to do x.")
await teacherPage.getByRole("button", { name: "Add peer review question" }).click()
await teacherPage.getByRole("button", { name: "Add peer review question" }).click()
await teacherPage.getByLabel("Peer review questionInsert").click()
await teacherPage.getByLabel("Peer review questionInsert").fill("General feedback")
await teacherPage.getByRole("button", { name: "Add peer review question" }).click()
await teacherPage.getByLabel("Peer review question type").nth(1).selectOption("Scale")
Expand Down

0 comments on commit 24c7d87

Please sign in to comment.