From dbbc8a4de6143ce83719603350321386e77b80cc Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Wed, 3 Jul 2024 01:48:06 +0200 Subject: [PATCH] test: change user --- test/cypress/integration/entry/myEntry.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/integration/entry/myEntry.spec.js b/test/cypress/integration/entry/myEntry.spec.js index e1d132b41..14c09176e 100644 --- a/test/cypress/integration/entry/myEntry.spec.js +++ b/test/cypress/integration/entry/myEntry.spec.js @@ -1,7 +1,7 @@ describe('WagonTypeCreate', () => { beforeEach(() => { cy.viewport(1920, 1080); - cy.login('developer'); + cy.login('customer'); cy.visit(`/#/entry/my`, { onBeforeLoad(win) { cy.stub(win, 'open');