test(UserPanel): refs #8683 update initial values and options 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
aa4cf98d91
commit
37f1882530
|
@ -15,7 +15,7 @@ describe('UserPanel', () => {
|
|||
cy.openUserPanel();
|
||||
|
||||
// Compruebo la opcion inicial
|
||||
cy.get(userWarehouse).should('have.value', 'VNL').click();
|
||||
cy.get(userWarehouse).should('have.value', 'ORN').click();
|
||||
|
||||
// Actualizo la opción
|
||||
cy.getOption(3);
|
||||
|
@ -36,14 +36,14 @@ describe('UserPanel', () => {
|
|||
cy.openUserPanel();
|
||||
|
||||
// Compruebo la opcion inicial
|
||||
cy.get(userCompany).should('have.value', 'Warehouse One').click();
|
||||
cy.get(userCompany).should('have.value', 'Inventory').click();
|
||||
|
||||
//Actualizo la opción
|
||||
cy.getOption(2);
|
||||
cy.getOption(3);
|
||||
|
||||
//Compruebo la notificación
|
||||
cy.get('.q-notification').should('be.visible');
|
||||
cy.get(userCompany).should('have.value', 'Warehouse Two');
|
||||
cy.get(userCompany).should('have.value', 'TestingWarehouse');
|
||||
|
||||
//Restauro el valor
|
||||
cy.get(userCompany).click();
|
||||
|
|
Loading…
Reference in New Issue