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');