Skip to content

Commit fbfb8bf

Browse files
committed
adjust lnurl
1 parent b428341 commit fbfb8bf

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/specs/lnurl.e2e.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,13 @@ describe('@lnurl - LNURL', () => {
141141
await waitForActiveChannel(lnd as any, ldkNodeID);
142142

143143
// Success toast/flow
144-
if (driver.isIOS) await waitForToast('SpendingBalanceReadyToast');
145-
if (driver.isAndroid) await dismissQuickPayIntro({ triggerTimedSheet: true });
144+
await waitForToast('SpendingBalanceReadyToast');
146145
await acknowledgeExternalSuccess();
147146
if (driver.isIOS) {
148147
await dismissBackgroundPaymentsTimedSheet();
149148
await dismissQuickPayIntro({ triggerTimedSheet: driver.isIOS });
149+
} else {
150+
await dismissQuickPayIntro({ triggerTimedSheet: driver.isAndroid });
150151
}
151152
await expectTextWithin('ActivitySpending', '20 001');
152153

0 commit comments

Comments
 (0)