test(UserPanel): refs #8683 update initial value in user selection
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
BENJAMIN ESTEVE DIAZ CANO 2025-03-10 14:14:22 +01:00
parent 37f1882530
commit 6a48ff9326
1 changed files with 1 additions and 1 deletions

View File

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