diff --git a/e2e/specs/login.cy.js b/e2e/specs/login.cy.js index 83c2c443e4..9652dfe392 100644 --- a/e2e/specs/login.cy.js +++ b/e2e/specs/login.cy.js @@ -11,6 +11,7 @@ describe('Login test', () => { it('can login with default user', () => { cy.visit('/') + cy.focused().should('match', '[type="email"]') cy.get('[type="email"]').type('test@example.com') cy.get('[type="password"]').type('test') cy.get('[type="submit').click()