fix: Increase test stake amount to 1000 — base Optimizer wider anchor raises minStake
This commit is contained in:
parent
2d25200582
commit
2a7afbf6d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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' });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue