confirm that inputs appear on screen after failed login
This commit is contained in:
parent
52e4d64d72
commit
3e259ee5e8
1 changed files with 1 additions and 0 deletions
|
|
@ -17,5 +17,6 @@ describe('user login', () => {
|
|||
cy.get('input[name=email]').type('test@test.com')
|
||||
cy.get('input[name=password]').type('wrongPassword{enter}')
|
||||
cy.url().should('include', '/login')
|
||||
cy.get('input')
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue