refactor: refs #8683 enhance sorting logic in VnSelect component #1522

Merged
alexm merged 47 commits from 8683-vnSelectSortByOptionLabel into dev 2025-03-25 13:15:00 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit d82369a62c - Show all commits

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