From cddc72e6cf29eb9e76b0c7555a5424ee0cd5dbc8 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Fri, 24 Apr 2026 16:07:16 +0300 Subject: [PATCH] login as user in home cypress spec --- cypress/e2e/home.cy.js | 1 + 1 file changed, 1 insertion(+) 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')