fix: refs #7014 fix tests
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jon Elias 2024-07-23 10:55:30 +02:00
parent 67275e435e
commit 7ce05406cc
3 changed files with 0 additions and 4 deletions

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