From 239b34eac0d21fa0cc6474e1b1e66acb242dfd73 Mon Sep 17 00:00:00 2001 From: jorgep Date: Thu, 4 Jul 2024 12:20:47 +0200 Subject: [PATCH] chore: refs #7197 fix test --- 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 14c09176e..78bc31f56 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('customer'); + cy.login('supplier'); cy.visit(`/#/entry/my`, { onBeforeLoad(win) { cy.stub(win, 'open');