From 2a7afbf6d230fcaa660ec55247b6281319767fa7 Mon Sep 17 00:00:00 2001 From: openhands Date: Thu, 26 Feb 2026 19:37:08 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20Increase=20test=20stake=20amount=20to=20?= =?UTF-8?q?1000=20=E2=80=94=20base=20Optimizer=20wider=20anchor=20raises?= =?UTF-8?q?=20minStake?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/e2e/01-acquire-and-stake.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' });