We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e766dcf commit f0cfd1aCopy full SHA for f0cfd1a
1 file changed
test/specs/lnurl.e2e.ts
@@ -327,6 +327,7 @@ describe('@lnurl - LNURL', () => {
327
await enterAddressViaScanPrompt(withdrawRequest2.encoded, { acceptCameraPermission: false });
328
const reviewAmtWithdraw = await elementByIdWithin('WithdrawAmount-primary', 'MoneyText');
329
await expect(reviewAmtWithdraw).toHaveText('303');
330
+ await sleep(1000);
331
await tap('WithdrawConfirmButton');
332
await acknowledgeReceivedPayment();
333
await expectTextWithin('ActivitySpending', '19 713'); // 19 410 + 303 = 19 713
0 commit comments