Skip to content

Commit

Permalink
sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonEntholzer committed Sep 29, 2024
1 parent ad7a54a commit f8644a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/test/playwright/e2e/exam/ExamAssessment.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,12 @@ test.describe('Exam grading', () => {
});
});

test.describe('This test should fail', () => {
test('Check exam statistics', () => {
expect(true).toBe(false);
});
});

test.describe('Exam statistics', () => {
let exercise: Exercise;
const students = [studentOne, studentTwo, studentThree, studentFour];
Expand Down

0 comments on commit f8644a0

Please sign in to comment.