diff --git a/tests/e2e/01-acquire-and-stake.spec.ts b/tests/e2e/01-acquire-and-stake.spec.ts index 64cd87a..05bc96e 100644 --- a/tests/e2e/01-acquire-and-stake.spec.ts +++ b/tests/e2e/01-acquire-and-stake.spec.ts @@ -236,7 +236,7 @@ test.describe('Acquire & Stake', () => { console.log('[TEST] Checking if staking amount input is visible...'); await expect(stakeAmountInput).toBeVisible({ timeout: 10_000 }); console.log('[TEST] Staking amount input is visible, filling value...'); - await stakeAmountInput.fill('100'); + await stakeAmountInput.fill('1000'); console.log('[TEST] Filled staking amount!'); const taxSelect = page.getByRole('combobox', { name: 'Tax' });