test(UserPanel): refs #8683 update initial value in user selection
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
37f1882530
commit
6a48ff9326
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue