From 4c393e813a3d70041c97942d2ab58e77a107d367 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Fri, 24 Apr 2026 16:08:14 +0300 Subject: [PATCH] login as admin in admin text bulk add cypress spec --- cypress/e2e/adminTextBulkAdd.cy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/e2e/adminTextBulkAdd.cy.js b/cypress/e2e/adminTextBulkAdd.cy.js index 03159a2..7d1afc2 100644 --- a/cypress/e2e/adminTextBulkAdd.cy.js +++ b/cypress/e2e/adminTextBulkAdd.cy.js @@ -1,6 +1,7 @@ describe('Bulk add children on the admin text detail page', () => { beforeEach(() => { cy.exec('npm run db:seed') + cy.loginAsAdmin() cy.intercept('GET', '/api/texts/0').as('getText') cy.intercept('GET', '/api/nodes/0').as('getNodes') cy.visit('/admin/texts/0')