Skip to content

Commit f0cfd1a

Browse files
committed
withdraw button stabilization
1 parent e766dcf commit f0cfd1a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/specs/lnurl.e2e.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ describe('@lnurl - LNURL', () => {
327327
await enterAddressViaScanPrompt(withdrawRequest2.encoded, { acceptCameraPermission: false });
328328
const reviewAmtWithdraw = await elementByIdWithin('WithdrawAmount-primary', 'MoneyText');
329329
await expect(reviewAmtWithdraw).toHaveText('303');
330+
await sleep(1000);
330331
await tap('WithdrawConfirmButton');
331332
await acknowledgeReceivedPayment();
332333
await expectTextWithin('ActivitySpending', '19 713'); // 19 410 + 303 = 19 713

0 commit comments

Comments
 (0)