confirm that inputs appear on screen after failed login

This commit is contained in:
Yisroel Baum 2025-11-02 23:37:46 +02:00
parent 52e4d64d72
commit 3e259ee5e8
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -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')
})
})