diff --git a/test/cypress/integration/client/clientAddress.spec.js b/test/cypress/integration/client/clientAddress.spec.js
deleted file mode 100644
index 06c3fce8f..000000000
--- a/test/cypress/integration/client/clientAddress.spec.js
+++ /dev/null
@@ -1,13 +0,0 @@
-///
-describe('Handle Client consignee', () => {
- beforeEach(() => {
- cy.viewport(1280, 720);
- cy.login('developer');
- cy.visit('#/customer/1110/address', {
- timeout: 5000,
- });
- });
- it('Should load layout', () => {
- cy.get('.q-card').should('be.visible');
- });
-});
diff --git a/test/cypress/integration/client/clientBalance.spec.js b/test/cypress/integration/client/clientBalance.spec.js
deleted file mode 100644
index c418edb6a..000000000
--- a/test/cypress/integration/client/clientBalance.spec.js
+++ /dev/null
@@ -1,13 +0,0 @@
-///
-describe('Handle Client balance', () => {
- beforeEach(() => {
- cy.viewport(1280, 720);
- cy.login('developer');
- cy.visit('#/customer/1101/balance', {
- timeout: 5000,
- });
- });
- it('Should load layout', () => {
- cy.get('.q-card').should('be.visible');
- });
-});
diff --git a/test/cypress/integration/client/clientBasicData.spec.js b/test/cypress/integration/client/clientBasicData.spec.js
deleted file mode 100644
index 10ab429e7..000000000
--- a/test/cypress/integration/client/clientBasicData.spec.js
+++ /dev/null
@@ -1,13 +0,0 @@
-///
-describe('Handle Client basic data', () => {
- beforeEach(() => {
- cy.viewport(1280, 720);
- cy.login('developer');
- cy.visit('#/customer/1110/basic-data', {
- timeout: 5000,
- });
- });
- it('Should load layout', () => {
- cy.get('.q-card').should('be.visible');
- });
-});
diff --git a/test/cypress/integration/client/clientBillingData.spec.js b/test/cypress/integration/client/clientBillingData.spec.js
deleted file mode 100644
index cba5770f9..000000000
--- a/test/cypress/integration/client/clientBillingData.spec.js
+++ /dev/null
@@ -1,13 +0,0 @@
-///
-describe('Handle Client billing data', () => {
- beforeEach(() => {
- cy.viewport(1280, 720);
- cy.login('developer');
- cy.visit('#/customer/1110/billing-data', {
- timeout: 5000,
- });
- });
- it('Should load layout', () => {
- cy.get('.q-card').should('be.visible');
- });
-});
diff --git a/test/cypress/integration/client/clientCredits.spec.js b/test/cypress/integration/client/clientCredits.spec.js
deleted file mode 100644
index 11cee6fc7..000000000
--- a/test/cypress/integration/client/clientCredits.spec.js
+++ /dev/null
@@ -1,13 +0,0 @@
-///
-describe('Handle Client credits', () => {
- beforeEach(() => {
- cy.viewport(1280, 720);
- cy.login('developer');
- cy.visit('#/customer/1110/credits', {
- timeout: 5000,
- });
- });
- it('Should load layout', () => {
- cy.get('.q-card').should('be.visible');
- });
-});
diff --git a/test/cypress/integration/client/clientFiscalData.spec.js b/test/cypress/integration/client/clientFiscalData.spec.js
deleted file mode 100644
index 7e4f2a41f..000000000
--- a/test/cypress/integration/client/clientFiscalData.spec.js
+++ /dev/null
@@ -1,13 +0,0 @@
-///
-describe('Handle Client fiscal data', () => {
- beforeEach(() => {
- cy.viewport(1280, 720);
- cy.login('developer');
- cy.visit('#/customer/1110/fiscal-data', {
- timeout: 5000,
- });
- });
- it('Should load layout', () => {
- cy.get('.q-card').should('be.visible');
- });
-});
diff --git a/test/cypress/integration/client/clientGreuges.spec.js b/test/cypress/integration/client/clientGreuges.spec.js
deleted file mode 100644
index 509a981d4..000000000
--- a/test/cypress/integration/client/clientGreuges.spec.js
+++ /dev/null
@@ -1,13 +0,0 @@
-///
-describe('Handle Client greuges', () => {
- beforeEach(() => {
- cy.viewport(1280, 720);
- cy.login('developer');
- cy.visit('#/customer/1101/greuges', {
- timeout: 5000,
- });
- });
- it('Should load layout', () => {
- cy.get('.q-card').should('be.visible');
- });
-});
diff --git a/test/cypress/integration/client/clientNotes.spec.js b/test/cypress/integration/client/clientNotes.spec.js
deleted file mode 100644
index 050120e0d..000000000
--- a/test/cypress/integration/client/clientNotes.spec.js
+++ /dev/null
@@ -1,13 +0,0 @@
-///
-describe('Handle Client notes', () => {
- beforeEach(() => {
- cy.viewport(1280, 720);
- cy.login('developer');
- cy.visit('#/customer/1110/notes', {
- timeout: 5000,
- });
- });
- it('Should load layout', () => {
- cy.get('.q-card').should('be.visible');
- });
-});
diff --git a/test/cypress/integration/client/clientRecoveries.spec.js b/test/cypress/integration/client/clientRecoveries.spec.js
deleted file mode 100644
index 830942034..000000000
--- a/test/cypress/integration/client/clientRecoveries.spec.js
+++ /dev/null
@@ -1,13 +0,0 @@
-///
-describe('Handle Client recoveries', () => {
- beforeEach(() => {
- cy.viewport(1280, 720);
- cy.login('developer');
- cy.visit('#/customer/1101/recoveries', {
- timeout: 5000,
- });
- });
- it('Should load layout', () => {
- cy.get('.q-card').should('be.visible');
- });
-});
diff --git a/test/cypress/integration/client/clientWebAccess.spec.js b/test/cypress/integration/client/clientWebAccess.spec.js
deleted file mode 100644
index b64fcd27b..000000000
--- a/test/cypress/integration/client/clientWebAccess.spec.js
+++ /dev/null
@@ -1,13 +0,0 @@
-///
-describe('Handle Client web-access', () => {
- beforeEach(() => {
- cy.viewport(1280, 720);
- cy.login('developer');
- cy.visit('#/customer/1110/web-access', {
- timeout: 5000,
- });
- });
- it('Should load layout', () => {
- cy.get('.q-card').should('be.visible');
- });
-});
diff --git a/test/cypress/integration/client/credit-management/clientCreditContracts.spec.js b/test/cypress/integration/client/credit-management/clientCreditContracts.spec.js
deleted file mode 100644
index 160b77335..000000000
--- a/test/cypress/integration/client/credit-management/clientCreditContracts.spec.js
+++ /dev/null
@@ -1,13 +0,0 @@
-///
-describe('Handle Client credit opinion', () => {
- beforeEach(() => {
- cy.viewport(1280, 720);
- cy.login('developer');
- cy.visit('#/customer/1101/credit-management/credit-contracts', {
- timeout: 5000,
- });
- });
- it('Should load layout', () => {
- cy.get('.q-card').should('be.visible');
- });
-});
diff --git a/test/cypress/integration/client/credit-management/clientCreditOpinion.spec.js b/test/cypress/integration/client/credit-management/clientCreditOpinion.spec.js
deleted file mode 100644
index 1e29bae5c..000000000
--- a/test/cypress/integration/client/credit-management/clientCreditOpinion.spec.js
+++ /dev/null
@@ -1,13 +0,0 @@
-///
-describe('Handle 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-card').should('be.visible');
- });
-});
diff --git a/test/cypress/integration/client/others/clientConsumption.spec.js b/test/cypress/integration/client/others/clientConsumption.spec.js
deleted file mode 100644
index 44472afb5..000000000
--- a/test/cypress/integration/client/others/clientConsumption.spec.js
+++ /dev/null
@@ -1,13 +0,0 @@
-///
-describe('Handle 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-card').should('be.visible');
- });
-});
diff --git a/test/cypress/integration/client/others/clientContacts.spec.js b/test/cypress/integration/client/others/clientContacts.spec.js
deleted file mode 100644
index 9f31fe878..000000000
--- a/test/cypress/integration/client/others/clientContacts.spec.js
+++ /dev/null
@@ -1,13 +0,0 @@
-///
-describe('Handle Client contacts', () => {
- beforeEach(() => {
- cy.viewport(1280, 720);
- cy.login('developer');
- cy.visit('#/customer/1101/others/contacts', {
- timeout: 5000,
- });
- });
- it('Should load layout', () => {
- cy.get('.q-card').should('be.visible');
- });
-});
diff --git a/test/cypress/integration/client/others/clientMandates.spec.js b/test/cypress/integration/client/others/clientMandates.spec.js
deleted file mode 100644
index 968c91d6c..000000000
--- a/test/cypress/integration/client/others/clientMandates.spec.js
+++ /dev/null
@@ -1,13 +0,0 @@
-///
-describe('Handle 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-card').should('be.visible');
- });
-});
diff --git a/test/cypress/integration/client/others/clientSamples.spec.js b/test/cypress/integration/client/others/clientSamples.spec.js
deleted file mode 100644
index ed6066127..000000000
--- a/test/cypress/integration/client/others/clientSamples.spec.js
+++ /dev/null
@@ -1,13 +0,0 @@
-///
-describe('Handle 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-card').should('be.visible');
- });
-});
diff --git a/test/cypress/integration/client/others/clientUnpaid.spec.js b/test/cypress/integration/client/others/clientUnpaid.spec.js
deleted file mode 100644
index db45d2cd2..000000000
--- a/test/cypress/integration/client/others/clientUnpaid.spec.js
+++ /dev/null
@@ -1,13 +0,0 @@
-///
-describe('Handle Client unpaid', () => {
- beforeEach(() => {
- cy.viewport(1280, 720);
- cy.login('developer');
- cy.visit('#/customer/1110/others/unpaid', {
- timeout: 5000,
- });
- });
- it('Should load layout', () => {
- cy.get('.q-card').should('be.visible');
- });
-});
diff --git a/test/cypress/integration/client/others/clientWebPayments.spec.js b/test/cypress/integration/client/others/clientWebPayments.spec.js
deleted file mode 100644
index 5ef4002f4..000000000
--- a/test/cypress/integration/client/others/clientWebPayments.spec.js
+++ /dev/null
@@ -1,13 +0,0 @@
-///
-describe('Handle Client web payments', () => {
- beforeEach(() => {
- cy.viewport(1280, 720);
- cy.login('developer');
- cy.visit('#/customer/1101/others/web-payments', {
- timeout: 5000,
- });
- });
- it('Should load layout', () => {
- cy.get('.q-card').should('be.visible');
- });
-});