fix: Increase test stake amount to 1000 — base Optimizer wider anchor raises minStake

This commit is contained in:
openhands 2026-02-26 19:37:08 +00:00
parent 2d25200582
commit 2a7afbf6d2

View file

@ -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' });