Skip to content

Commit

Permalink
test cometnado porque se cambio la vista
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliariego committed May 4, 2022
1 parent a404c8f commit db7f8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/NavBar.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ test('check that everything is rendering propertly', async () => {
const { getByText } = render(<BrowserRouter><NavBar/></BrowserRouter>);
expect(getByText('Home')).toBeInTheDocument();
//expect(getByText('Welcome')).toBeInTheDocument();
expect(getByText('Perfil')).toBeInTheDocument();
//expect(getByText('Perfil')).toBeInTheDocument();
});

0 comments on commit db7f8ac

Please sign in to comment.