From 88b6f992369157afbc9428f15c53fbd0bbd24f97 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 25 Feb 2025 14:40:41 +0100 Subject: [PATCH] fix: added lost code --- src/pages/InvoiceOut/locale/en.yml | 1 + src/pages/InvoiceOut/locale/es.yml | 1 + test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/InvoiceOut/locale/en.yml b/src/pages/InvoiceOut/locale/en.yml index f1baef432..17d198351 100644 --- a/src/pages/InvoiceOut/locale/en.yml +++ b/src/pages/InvoiceOut/locale/en.yml @@ -2,6 +2,7 @@ invoiceOut: search: Search invoice searchInfo: You can search by invoice reference params: + id: ID company: Company country: Country clientId: Client diff --git a/src/pages/InvoiceOut/locale/es.yml b/src/pages/InvoiceOut/locale/es.yml index afca27871..f86c5f58e 100644 --- a/src/pages/InvoiceOut/locale/es.yml +++ b/src/pages/InvoiceOut/locale/es.yml @@ -2,6 +2,7 @@ invoiceOut: search: Buscar factura emitida searchInfo: Puedes buscar por referencia de la factura params: + id: Id company: Empresa country: PaĆ­s clientId: Cliente diff --git a/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js b/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js index 7ebaf3ef3..333f7e2c4 100644 --- a/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js +++ b/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js @@ -1,5 +1,5 @@ /// -describe.skip('InvoiceOut summary', () => { +describe('InvoiceOut summary', () => { const transferInvoice = { Client: { val: 'employee', type: 'select' }, Type: { val: 'Error in customer data', type: 'select' },