fix(UserPanel): refs #8683 update initial values for user warehouse and company selections
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
BENJAMIN ESTEVE DIAZ CANO 2025-03-11 13:10:13 +01:00
parent 5d8919e6c5
commit d82369a62c
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ describe('UserPanel', () => {
cy.openUserPanel();
// Compruebo la opcion inicial
cy.get(userWarehouse).should('have.value', 'ORN').click();
cy.get(userWarehouse).should('have.value', 'VNL').click();
// Actualizo la opción
cy.getOption(3);
@ -36,7 +36,7 @@ describe('UserPanel', () => {
cy.openUserPanel();
// Compruebo la opcion inicial
cy.get(userCompany).should('have.value', 'Algemesi').click();
cy.get(userCompany).should('have.value', 'Warehouse One').click();
//Actualizo la opción
cy.getOption(3);