Skip to content

Commit 1875174

Browse files
piotr-iohkCopilot
andauthored
Update test/specs/lnurl.e2e.ts
Co-authored-by: Copilot <[email protected]>
1 parent cfed272 commit 1875174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specs/lnurl.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ describe('@lnurl - LNURL', () => {
161161

162162
await enterAddressViaScanPrompt(payRequest1.encoded, { acceptCameraPermission: false });
163163
await expectTextWithin('SendNumberField', '0');
164-
// Check amounts 149 - 201 not allowed
164+
// Check that 149 sats is below minimum and 201 sats is above maximum (both rejected)
165165
await tap('N2');
166166
await tap('N0');
167167
await tap('N1');

0 commit comments

Comments
 (0)