diff --git a/cypress/e2e/home.cy.js b/cypress/e2e/home.cy.js index d0ba1fe..83c6984 100644 --- a/cypress/e2e/home.cy.js +++ b/cypress/e2e/home.cy.js @@ -1,6 +1,7 @@ describe('The home page', () => { beforeEach(() => { cy.exec('npm run db:seed') + cy.loginAsUser() }) afterEach(() => { cy.exec('npm run db:wipe')