From e53cadfa917e7d815d4cab874be7f6477f09c1af Mon Sep 17 00:00:00 2001 From: Piotr Stachyra Date: Fri, 10 Apr 2026 16:36:55 +0200 Subject: [PATCH 1/2] test: adapt connectToLND --- test/helpers/lnd.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/helpers/lnd.ts b/test/helpers/lnd.ts index 84cadfb..17c858f 100644 --- a/test/helpers/lnd.ts +++ b/test/helpers/lnd.ts @@ -110,7 +110,6 @@ export async function getLDKNodeID(): Promise { export async function connectToLND(lndNodeID: string, { navigationClose = true } = {}) { await tap('Channels'); await tap('NavigationAction'); - if(driver.isIOS) { await tap('FundCustom'); } await tap('FundManual'); await typeText('NodeIdInput', lndNodeID); await typeText('PortInput', '9735'); From ff9b9ebbcbdce38998683189909ee0e55245ae7f Mon Sep 17 00:00:00 2001 From: Piotr Stachyra Date: Fri, 10 Apr 2026 16:37:15 +0200 Subject: [PATCH 2/2] chore: adb reverse homegate port --- ci_run_android.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci_run_android.sh b/ci_run_android.sh index e6329b4..eb1120e 100755 --- a/ci_run_android.sh +++ b/ci_run_android.sh @@ -35,6 +35,8 @@ if [[ "${BACKEND:-local}" != "mainnet" ]]; then adb reverse tcp:9735 tcp:9735 # lnurl server port adb reverse tcp:30001 tcp:30001 + # homegate port + adb reverse tcp:6288 tcp:6288 fi # show touches adb shell settings put system show_touches 1