From 6a48ff93269fee8d7da4f557cf2399514035aea3 Mon Sep 17 00:00:00 2001 From: benjaminedc Date: Mon, 10 Mar 2025 14:14:22 +0100 Subject: [PATCH] test(UserPanel): refs #8683 update initial value in user selection --- test/cypress/integration/vnComponent/UserPanel.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/integration/vnComponent/UserPanel.spec.js b/test/cypress/integration/vnComponent/UserPanel.spec.js index 216797dfa..ec6774f58 100644 --- a/test/cypress/integration/vnComponent/UserPanel.spec.js +++ b/test/cypress/integration/vnComponent/UserPanel.spec.js @@ -36,7 +36,7 @@ describe('UserPanel', () => { cy.openUserPanel(); // Compruebo la opcion inicial - cy.get(userCompany).should('have.value', 'Inventory').click(); + cy.get(userCompany).should('have.value', 'Algemesi').click(); //Actualizo la opciĆ³n cy.getOption(3);