From 0254f216433d24e26294f4970c5de6e8e568f8f6 Mon Sep 17 00:00:00 2001 From: Szymon Lesisz Date: Mon, 27 Jan 2025 20:27:26 +0100 Subject: [PATCH] debugging ripple websocket --- suite-native/app/e2e/tests/othersAccountsImport.test.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/suite-native/app/e2e/tests/othersAccountsImport.test.ts b/suite-native/app/e2e/tests/othersAccountsImport.test.ts index 4572c8d201e9..9710b0416b4b 100644 --- a/suite-native/app/e2e/tests/othersAccountsImport.test.ts +++ b/suite-native/app/e2e/tests/othersAccountsImport.test.ts @@ -47,13 +47,6 @@ describe('Import accounts of other networks.', () => { accountName: 'Cardano #1', }); }); - it('Import XRP account', async () => { - await onAccountImport.importAccount({ - networkSymbol: 'xrp', - xpub: xpubs.xrp, - accountName: 'Ripple #1', - }); - }); it('Import ETH account', async () => { await onAccountImport.importAccount({