Skip to content

Commit

Permalink
Intento arreglo de tests 19, encontrando todos los errores
Browse files Browse the repository at this point in the history
  • Loading branch information
uo289039 committed Mar 14, 2024
1 parent f3f60f0 commit 3f916a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/Login.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('Login component', () => {
// Verify that the user information is not displayed
//expect(screen.queryByText(/Hello testUser!/i)).toBeNull();
//expect(screen.queryByText(/Your account was created on/i)).toBeNull();
expect(sendLogin.mock.calls[0]).toBe(undefined);
expect(sendLogin.mock.calls[0][0]).toBe(false);
expect(sendUsername.mock.calls[0]).toBe(undefined);
});
});

0 comments on commit 3f916a7

Please sign in to comment.