Modificated the e2e of fiscal data on client
This commit is contained in:
parent
c9ae5989f9
commit
77e3ae9fee
|
@ -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() => {
|
||||
|
|
Loading…
Reference in New Issue