diff --git a/src/App.test.tsx b/src/App.test.tsx index 3a7a8cc..5aa0b42 100644 --- a/src/App.test.tsx +++ b/src/App.test.tsx @@ -4,6 +4,6 @@ import App from './App' test('renders learn react link', () => { render() - const linkElement = screen.getByText(/learn react/i) + const linkElement = screen.getByText(/Not Wordle/) expect(linkElement).toBeInTheDocument() })