Skip to content

Commit ea62a8d

Browse files
committed
stability
1 parent 78f5b25 commit ea62a8d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

test/helpers/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ export async function expectTotalBalance(
376376
export async function tap(testId: string, { timeout = 30_000 }: { timeout?: number } = {}) {
377377
const el = await elementById(testId);
378378
await el.waitForDisplayed({ timeout });
379-
await sleep(150); // Allow time for the element to settle
379+
await sleep(200); // Allow time for the element to settle
380380
await el.click();
381381
await sleep(100);
382382
}

test/specs/transfer.e2e.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ describe('@transfer - Transfer', () => {
8888
await sleep(2000); // let the animation finish
8989

9090
// can continue with default client balance (0)
91+
await elementById('SpendingAmountContinue').waitForEnabled();
9192
await tap('SpendingAmountContinue');
9293
await sleep(700);
9394
await tap('SpendingConfirmAdvanced');

0 commit comments

Comments
 (0)