Skip to content

Commit

Permalink
brake test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Beltrán committed May 9, 2024
1 parent a9c2a3d commit eff7617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/SignIn.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('SignIn', () => {

it('should display email input', async () => {
render(SignInView)
expect(screen.getByLabelText(/E-mail/i, { selector: 'input' })).toBeInTheDocument()
expect(screen.getByLabelText(/E-mailxxxxx/i, { selector: 'input' })).toBeInTheDocument()
})
it('should display password input', async () => {
render(SignInView)
Expand Down

0 comments on commit eff7617

Please sign in to comment.