diff --git a/cypress/e2e/user.cy.js b/cypress/e2e/user.cy.js index eda3dc7..c0b34cd 100644 --- a/cypress/e2e/user.cy.js +++ b/cypress/e2e/user.cy.js @@ -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') }) })