diff --git a/e2e/specs/wallet/send-ERC-token.spec.js b/e2e/specs/wallet/send-ERC-token.spec.js index 75fec2cfa50..79cf673dcb5 100644 --- a/e2e/specs/wallet/send-ERC-token.spec.js +++ b/e2e/specs/wallet/send-ERC-token.spec.js @@ -24,7 +24,7 @@ describe(SmokeCore('Send ERC Token'), () => { }); it('should import wallet and go to the wallet view', async () => { - await importWalletWithRecoveryPhrase(); + await importWalletWithRecoveryPhrase(process.env.MM_TEST_WALLET_SRP); }); it('should add Sepolia testnet to my networks list', async () => {