Skip to content

Commit

Permalink
'renders learn react link' test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
angelalvaigle committed Oct 17, 2024
1 parent 6155786 commit cdca5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/App.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import App from './App';

test('renders learn react link', () => {
render(<App />);
const linkElement = screen.getByText(/Welcome to wiq_0/i);
const linkElement = screen.getByText(/wiq\s*quiz\s*game/i);
expect(linkElement).toBeInTheDocument();
});

0 comments on commit cdca5c1

Please sign in to comment.