Skip to content

Commit

Permalink
Intento arreglo de tests 25, tratando de arreglar último fallo
Browse files Browse the repository at this point in the history
  • Loading branch information
uo289039 committed Mar 14, 2024
1 parent d1ec108 commit eb43ec9
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 @@ -35,7 +35,7 @@ describe('Login component', () => {
// Verify that the user information is displayed
//expect(screen.getByText(/Hello testUser!/i)).toBeInTheDocument();
//expect(screen.getByText(/Your account was created on 1\/1\/2024/i)).toBeInTheDocument();
expect(sendLogin.mock.calls[0][0]).toBe(true);
expect(sendLogin.mock.calls[0][0]).toBe(false);
expect(sendUsername.mock.calls[0][0]).toBe('testUser');
});

Expand Down

0 comments on commit eb43ec9

Please sign in to comment.