fix: refs #7869 fixed zoneDeliveryDays e2e
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
89d9d75976
commit
69318a9917
|
@ -37,7 +37,7 @@ describe('ZoneDeliveryDays', () => {
|
|||
cy.get('@focusedElement').blur();
|
||||
}
|
||||
});
|
||||
cy.get('.q-menu').should('not.exist');
|
||||
cy.get('.q-menu').should('not.be.visible');
|
||||
|
||||
cy.dataCy('ZoneDeliveryDaysAgencySelect').type(agency);
|
||||
cy.get('.q-menu .q-item').contains(agency).click();
|
||||
|
@ -49,7 +49,7 @@ describe('ZoneDeliveryDays', () => {
|
|||
cy.get('@focusedElement').blur();
|
||||
}
|
||||
});
|
||||
cy.get('.q-menu').should('not.exist');
|
||||
cy.get('.q-menu').should('not.be.visible');
|
||||
|
||||
cy.get(submitForm).click();
|
||||
cy.wait('@events').then((interception) => {
|
||||
|
|
Loading…
Reference in New Issue