Skip to content

Commit

Permalink
Fixed Login test, tryung to fix app test
Browse files Browse the repository at this point in the history
  • Loading branch information
alegarman2002 committed Mar 13, 2024
1 parent ecd16b9 commit 6b1ecae
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions webapp/src/App.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ import { Router } from 'react-router-dom';

test('renders learn react link', () => {
render(
<ContextFun>
<Router>
<App />
</Router>
</ContextFun>
<App />
);
const linkElement = screen.getByText(/Welcome to wiq_0/i);
expect(linkElement).toBeInTheDocument();
Expand Down

0 comments on commit 6b1ecae

Please sign in to comment.