Skip to content

Commit

Permalink
new tets
Browse files Browse the repository at this point in the history
  • Loading branch information
uo287841 committed Apr 8, 2024
1 parent cc977a1 commit 1a5e844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/Question.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('Question page', () => {

await waitFor(() => {
expect(screen.getByText(/Which of the following flags belongs to/i)).toBeInTheDocument();
expect(screen.getByText(/Score/i)).toBeInTheDocument();
expect(screen.getByText(/Score/i)).toBeInTheDocument();
});

let imgs = []
Expand Down

0 comments on commit 1a5e844

Please sign in to comment.