Skip to content

Commit

Permalink
Fix test text field
Browse files Browse the repository at this point in the history
  • Loading branch information
ozdentarikcan committed Dec 14, 2024
1 parent 69b1cf3 commit 7794988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/bookmarks.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ import {
);

expect(
screen.getByText(`Last ${mockQuestions.length} bookmarked questions shown.`),
screen.getByText(`You have ${mockQuestions.length} bookmarked questions.`),
).toBeInTheDocument();

mockQuestions.forEach((question) => {
Expand Down

0 comments on commit 7794988

Please sign in to comment.