Modificated the e2e of fiscal data on client

This commit is contained in:
Jorge Padawan 2020-12-30 10:49:42 +01:00
parent c9ae5989f9
commit 77e3ae9fee
1 changed files with 1 additions and 1 deletions

View File

@ -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() => {