Skip to content

Commit a3d8fa9

Browse files
committed
LnurlAuthCancel and LnurlAuthContinue
1 parent 2f452e2 commit a3d8fa9

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
@@ -330,7 +330,7 @@ describe('@lnurl - LNURL', () => {
330330
console.log('loginRequest1', loginRequest1);
331331
const loginEvent = new Promise<void>((resolve) => lnurlServer.once('login', resolve));
332332
await enterAddressViaScanPrompt(loginRequest1.encoded, { acceptCameraPermission: false });
333-
await tap('continue_button');
333+
await tap('LnurlAuthContinue');
334334
await expectText('Signed In');
335335
await loginEvent;
336336
}

0 commit comments

Comments
 (0)