diff --git a/e2e/specs/8-vesting/esEXA.spec.ts b/e2e/specs/8-vesting/esEXA.spec.ts index d6800f3d8..e0c5741d3 100644 --- a/e2e/specs/8-vesting/esEXA.spec.ts +++ b/e2e/specs/8-vesting/esEXA.spec.ts @@ -54,7 +54,7 @@ test('Vesting esEXA & Claiming EXA', async ({ page, web2, web3 }) => { type: 'erc20', symbol: 'EXA', spender: esEXA.address, - less: '0', + less: '0.000000000000000001', }); });