diff --git a/cypress/integration/login_spec.js b/cypress/integration/login_spec.js index e0f03a7..4460a5a 100644 --- a/cypress/integration/login_spec.js +++ b/cypress/integration/login_spec.js @@ -17,6 +17,12 @@ describe('Logs into dashbaord', () => { expect(true).to.equal(true) }) + it('Can log twice', () => { + cy.visit('/') + + expect(true).to.equal(true) + }) + it('Redirects to dashbaord', () => { cy.visit('/')