7837-testToMaster_2432 #592

Merged
alexm merged 165 commits from 7837-testToMaster_2432 into master 2024-08-06 05:54:11 +00:00
3 changed files with 0 additions and 4 deletions
Showing only changes of commit 7ce05406cc - Show all commits

View File

@ -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'

View File

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

View File

@ -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', () => {});