We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d163d9b commit 9e319a4Copy full SHA for 9e319a4
test/specs/lnurl.e2e.ts
@@ -172,13 +172,11 @@ describe('@lnurl - LNURL', () => {
172
await elementById('ContinueAmount').waitForEnabled({ reverse: true });
173
await multiTap('NRemove', 3); // remove "201"
174
await multiTap('N9', 2);
175
+
176
await expectTextWithin('SendNumberField', '99');
- if (driver.isIOS) {
177
- await tap('ContinueAmount');
178
- await waitForToast('LnurlPayAmountTooLowToast');
179
- } else {
180
- await elementById('ContinueAmount').waitForEnabled({ reverse: true });
181
- }
+ await tap('ContinueAmount');
+ await waitForToast('LnurlPayAmountTooLowToast');
182
await multiTap('NRemove', 2); // remove "99"
183
// go with 150
184
await tap('N1');
0 commit comments