test fixed to previous client.balance refactors

This commit is contained in:
Carlos Jimenez Ruiz 2019-04-10 09:39:35 +02:00
parent 862f0b6c1e
commit b6daab114c
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ describe('Client risk path', () => {
let result = await nightmare
.waitToGetProperty(selectors.clientRisk.firstRiskLineBalance, 'innerText');
expect(result).toContain('-€50.00');
expect(result).toContain('€50.00');
});
it('should now click on the Clients button of the top bar menu', async() => {