Skip to content

Commit

Permalink
Changed test
Browse files Browse the repository at this point in the history
  • Loading branch information
carolbgmm committed Feb 23, 2024
1 parent 387f3c1 commit 93e3911
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_en2a/i);
const linkElement = screen.getByText(/Conocer y Vencer/i);
expect(linkElement).toBeInTheDocument();
});

0 comments on commit 93e3911

Please sign in to comment.