Skip to content

Commit 8f42679

Browse files
committed
test: we now have 5 tracks
1 parent b8cc7ad commit 8f42679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe("navigation pages", () => {
2222
await screen.findByText(/July 8th - 10th, 2025/i),
2323
).toBeInTheDocument();
2424
expect(
25-
await screen.findByText(/4 tracks with the following topics:/i),
25+
await screen.findByText(/5 tracks with the following topics:/i),
2626
).toBeInTheDocument();
2727
});
2828

0 commit comments

Comments
 (0)