7837-testToMaster_2432 #592
|
@ -3,12 +3,10 @@ describe('ZoneDeliveryDays', () => {
|
|||
cy.login('developer');
|
||||
cy.viewport(1920, 1080);
|
||||
cy.visit(`/#/zone/delivery-days`);
|
||||
cy.waitForElement('.q-page', 6000);
|
||||
});
|
||||
|
||||
it('should query for the day', () => {
|
||||
cy.get('.q-form > .q-btn > .q-btn__content').click();
|
||||
cy.waitForElement('.q-notification__message', 6000);
|
||||
cy.get('.q-notification__message').should(
|
||||
'have.text',
|
||||
'No service for the specified zone'
|
||||
|
|
|
@ -3,7 +3,6 @@ describe('ZoneList', () => {
|
|||
cy.viewport(1920, 1080);
|
||||
cy.login('developer');
|
||||
cy.visit(`/#/zone/list`);
|
||||
cy.waitForElement('.q-page', 6000);
|
||||
});
|
||||
|
||||
it('should open the details', () => {
|
||||
|
|
|
@ -3,7 +3,6 @@ describe('ZoneUpcomingDeliveries', () => {
|
|||
cy.login('developer');
|
||||
cy.viewport(1920, 1080);
|
||||
cy.visit(`/#/zone/upcoming-deliveries`);
|
||||
cy.waitForElement('.q-page', 6000);
|
||||
});
|
||||
|
||||
it('should show the page', () => {});
|
||||
|
|
Loading…
Reference in New Issue