#7869: Added include and exclude event from list #1574

Merged
jon merged 22 commits from 7869-ModifyZones into dev 2025-03-20 07:39:09 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 69318a9917 - Show all commits

View File

@ -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) => {