Skip to content

Commit 9e319a4

Browse files
committed
use LnurlPayAmountTooLowToast for both
1 parent d163d9b commit 9e319a4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

test/specs/lnurl.e2e.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,11 @@ describe('@lnurl - LNURL', () => {
172172
await elementById('ContinueAmount').waitForEnabled({ reverse: true });
173173
await multiTap('NRemove', 3); // remove "201"
174174
await multiTap('N9', 2);
175+
175176
await expectTextWithin('SendNumberField', '99');
176-
if (driver.isIOS) {
177-
await tap('ContinueAmount');
178-
await waitForToast('LnurlPayAmountTooLowToast');
179-
} else {
180-
await elementById('ContinueAmount').waitForEnabled({ reverse: true });
181-
}
177+
await tap('ContinueAmount');
178+
await waitForToast('LnurlPayAmountTooLowToast');
179+
182180
await multiTap('NRemove', 2); // remove "99"
183181
// go with 150
184182
await tap('N1');

0 commit comments

Comments
 (0)