From: Matt Robertson Date: Thu, 4 Jul 2019 19:18:30 +0000 (-0500) Subject: add test for VeChain X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=881fbe22340c0ca4936f7dda3c921cf9c8b3d140 add test for VeChain --- diff --git a/tests/spec/tests.js b/tests/spec/tests.js index f69bca6..dd90a66 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1319,6 +1319,13 @@ it('Allows selection of Vpncoin', function(done) { }; testNetwork(done, params); }); +it('Allows selection of VeChain', function(done) { + var params = { + selectText: "VET - VeChain", + firstAddress: "0xdba55B1B6070f3a733D5eDFf35F0da4A00E455F2", + }; + testNetwork(done, params); +}); it('Allows selection of Whitecoin', function(done) { var params = { selectText: "XWC - Whitecoin",