test fixed to previous client.balance refactors
This commit is contained in:
parent
862f0b6c1e
commit
b6daab114c
|
@ -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() => {
|
||||
|
|
Loading…
Reference in New Issue