From 77e3ae9fee1f58f9711b7001018956a042c276cf Mon Sep 17 00:00:00 2001 From: Jorge Padawan Date: Wed, 30 Dec 2020 10:49:42 +0100 Subject: [PATCH] Modificated the e2e of fiscal data on client --- e2e/paths/02-client/03_edit_fiscal_data.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/paths/02-client/03_edit_fiscal_data.spec.js b/e2e/paths/02-client/03_edit_fiscal_data.spec.js index da04c813a..614ede0f0 100644 --- a/e2e/paths/02-client/03_edit_fiscal_data.spec.js +++ b/e2e/paths/02-client/03_edit_fiscal_data.spec.js @@ -200,7 +200,7 @@ describe('Client Edit fiscalData path', () => { it('should confirm the sageTransaction have been edited', async() => { const result = await page.waitToGetProperty(selectors.clientFiscalData.sageTransaction, 'value'); - expect(result).toEqual('Regularización de inversiones'); + expect(result).toEqual('36: Regularización de inversiones'); }); it('should confirm the transferor have been edited', async() => {