Skip to content

Commit

Permalink
✅ - test: attempt to fix the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvandescheur committed Dec 16, 2024
1 parent 8c3c64f commit b8b506d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ export const AuditLogDetails: StoryObj<typeof DestructionListAuditLogDetails> =

expect(canvas.getByText("John Doe (johndoe)")).toBeInTheDocument();
expect(
canvas.getByText("van 01/01/2021 01:00 tot 31/12/2021 01:00"),
canvas.getByText("01/01/2021", { exact: false }),
).toBeInTheDocument();
expect(
canvas.getByText("31/12/2021", { exact: false }),
).toBeInTheDocument();
expect(canvas.getByText("This is a comment")).toBeInTheDocument();
expect(canvas.getByText("10")).toBeInTheDocument;
Expand Down

0 comments on commit b8b506d

Please sign in to comment.