fix: refs #7869 fixed zoneDeliveryDays e2e
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jon Elias 2025-03-17 08:38:11 +01:00
parent 69318a9917
commit 1a6fc1c327
1 changed files with 0 additions and 2 deletions

View File

@ -37,7 +37,6 @@ describe('ZoneDeliveryDays', () => {
cy.get('@focusedElement').blur();
}
});
cy.get('.q-menu').should('not.be.visible');
cy.dataCy('ZoneDeliveryDaysAgencySelect').type(agency);
cy.get('.q-menu .q-item').contains(agency).click();
@ -49,7 +48,6 @@ describe('ZoneDeliveryDays', () => {
cy.get('@focusedElement').blur();
}
});
cy.get('.q-menu').should('not.be.visible');
cy.get(submitForm).click();
cy.wait('@events').then((interception) => {