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 cfed272 commit 1875174Copy full SHA for 1875174
test/specs/lnurl.e2e.ts
@@ -161,7 +161,7 @@ describe('@lnurl - LNURL', () => {
161
162
await enterAddressViaScanPrompt(payRequest1.encoded, { acceptCameraPermission: false });
163
await expectTextWithin('SendNumberField', '0');
164
- // Check amounts 149 - 201 not allowed
+ // Check that 149 sats is below minimum and 201 sats is above maximum (both rejected)
165
await tap('N2');
166
await tap('N0');
167
await tap('N1');
0 commit comments