We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8cc7ad commit 8f42679Copy full SHA for 8f42679
src/App.test.tsx
@@ -22,7 +22,7 @@ describe("navigation pages", () => {
22
await screen.findByText(/July 8th - 10th, 2025/i),
23
).toBeInTheDocument();
24
expect(
25
- await screen.findByText(/4 tracks with the following topics:/i),
+ await screen.findByText(/5 tracks with the following topics:/i),
26
27
});
28
0 commit comments