Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
george-misan committed Jun 19, 2024
1 parent 764486b commit 15e4ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-tests/src/tests/suspected-cheaters.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test.describe("Teacher can set threshold for course", () => {
await Promise.all([context1.close(), context2.close(), context3.close()])
})

test.only("suspected cheaters feature works", async () => {
test("suspected cheaters feature works", async () => {
test.slow()
const student1Page = await context1.newPage()
const student2Page = await context2.newPage()
Expand Down

0 comments on commit 15e4ffc

Please sign in to comment.