diff --git a/test/helpers/lnd.ts b/test/helpers/lnd.ts index d41c195..84cadfb 100644 --- a/test/helpers/lnd.ts +++ b/test/helpers/lnd.ts @@ -110,7 +110,7 @@ export async function getLDKNodeID(): Promise { export async function connectToLND(lndNodeID: string, { navigationClose = true } = {}) { await tap('Channels'); await tap('NavigationAction'); - await tap('FundCustom'); + if(driver.isIOS) { await tap('FundCustom'); } await tap('FundManual'); await typeText('NodeIdInput', lndNodeID); await typeText('PortInput', '9735');