Skip to content

Commit 371f918

Browse files
committed
workaround: type host last in order to close keyboard in manual LND connection
1 parent d613cf8 commit 371f918

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/helpers/lnd.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ export async function connectToLND(lndNodeID: string, { navigationClose = true }
114114
await tap('FundCustom');
115115
await tap('FundManual');
116116
await typeText('NodeIdInput', lndNodeID);
117-
await typeText('HostInput', '0.0.0.0');
118117
await typeText('PortInput', '9735');
118+
await typeText('HostInput', '0.0.0.0');
119119
await confirmInputOnKeyboard();
120120
await tap('ExternalContinue');
121121
await sleep(1000);

0 commit comments

Comments
 (0)