diff --git a/test/cypress/integration/customer/credit-management/customerCreditOpinion.spec.js b/test/cypress/integration/customer/credit-management/customerCreditOpinion.spec.js deleted file mode 100644 index c32215f01..000000000 --- a/test/cypress/integration/customer/credit-management/customerCreditOpinion.spec.js +++ /dev/null @@ -1,13 +0,0 @@ -/// -describe('Client credit opinion', () => { - beforeEach(() => { - cy.viewport(1280, 720); - cy.login('developer'); - cy.visit('#/customer/1110/credit-management/credit-opinion', { - timeout: 5000, - }); - }); - it('Should load layout', () => { - cy.get('.q-page').should('be.visible'); - }); -}); diff --git a/test/cypress/integration/customer/customerCredits.spec.js b/test/cypress/integration/customer/customerCredits.spec.js deleted file mode 100644 index 5f303b40d..000000000 --- a/test/cypress/integration/customer/customerCredits.spec.js +++ /dev/null @@ -1,13 +0,0 @@ -/// -describe('Client credits', () => { - beforeEach(() => { - cy.viewport(1280, 720); - cy.login('developer'); - cy.visit('#/customer/1110/credits', { - timeout: 5000, - }); - }); - it('Should load layout', () => { - cy.get('.q-page').should('be.visible'); - }); -}); diff --git a/test/cypress/integration/customer/customerRecoveries.spec.js b/test/cypress/integration/customer/customerRecoveries.spec.js deleted file mode 100644 index ea6f14407..000000000 --- a/test/cypress/integration/customer/customerRecoveries.spec.js +++ /dev/null @@ -1,13 +0,0 @@ -/// -describe('Client recoveries', () => { - beforeEach(() => { - cy.viewport(1280, 720); - cy.login('developer'); - cy.visit('#/customer/1101/recoveries', { - timeout: 5000, - }); - }); - it('Should load layout', () => { - cy.get('.q-page').should('be.visible'); - }); -}); diff --git a/test/cypress/integration/customer/others/customerConsumption.spec.js b/test/cypress/integration/customer/others/customerConsumption.spec.js deleted file mode 100644 index bbc11998e..000000000 --- a/test/cypress/integration/customer/others/customerConsumption.spec.js +++ /dev/null @@ -1,13 +0,0 @@ -/// -describe('Client consumption', () => { - beforeEach(() => { - cy.viewport(1280, 720); - cy.login('developer'); - cy.visit('#/customer/1101/others/consumption', { - timeout: 5000, - }); - }); - it('Should load layout', () => { - cy.get('.q-page').should('be.visible'); - }); -}); diff --git a/test/cypress/integration/customer/others/customerMandates.spec.js b/test/cypress/integration/customer/others/customerMandates.spec.js deleted file mode 100644 index 055eda2d0..000000000 --- a/test/cypress/integration/customer/others/customerMandates.spec.js +++ /dev/null @@ -1,13 +0,0 @@ -/// -describe('Client mandates', () => { - beforeEach(() => { - cy.viewport(1280, 720); - cy.login('developer'); - cy.visit('#/customer/1110/others/mandates', { - timeout: 5000, - }); - }); - it('Should load layout', () => { - cy.get('.q-page').should('be.visible'); - }); -}); diff --git a/test/cypress/integration/customer/others/customerSamples.spec.js b/test/cypress/integration/customer/others/customerSamples.spec.js deleted file mode 100644 index a50120402..000000000 --- a/test/cypress/integration/customer/others/customerSamples.spec.js +++ /dev/null @@ -1,13 +0,0 @@ -/// -describe('Client samples', () => { - beforeEach(() => { - cy.viewport(1280, 720); - cy.login('developer'); - cy.visit('#/customer/1101/others/samples', { - timeout: 5000, - }); - }); - it('Should load layout', () => { - cy.get('.q-page').should('be.visible'); - }); -}); diff --git a/test/cypress/integration/customer/others/customerWebPayments.spec.js b/test/cypress/integration/customer/others/customerWebPayments.spec.js deleted file mode 100644 index f35b12612..000000000 --- a/test/cypress/integration/customer/others/customerWebPayments.spec.js +++ /dev/null @@ -1,13 +0,0 @@ -/// -describe('Client web payments', () => { - beforeEach(() => { - cy.viewport(1280, 720); - cy.login('developer'); - cy.visit('#/customer/1101/others/web-payment', { - timeout: 5000, - }); - }); - it('Should load layout', () => { - cy.get('.q-page').should('be.visible'); - }); -});