X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=dd90a667fc57bdbe642f7eb1bcc5174ec89f66c2;hb=881fbe22340c0ca4936f7dda3c921cf9c8b3d140;hp=72cd492f7aba77a22585b0523318f07dffd163aa;hpb=084ff40d4fdfc8f521824ca48264a7d531cbf6b9;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 72cd492..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", @@ -1522,10 +1529,10 @@ it('Allows selection of Ethersocial Network', function(done) { }; testNetwork(done, params); }); -it('Allows selection of Monkey Project', function(done) { +it('Allows selection of Stellar', function(done) { var params = { - selectText: "MONK - Monkey Project", - firstAddress: "MnLrcnnUzKnf7TzufjRe5DLZqQJz18oYyu", + selectText: "XLM - Stellar", + firstAddress: "GCUK3NYYUXA2QGN6KU5RR36WAKN3Y5EANZV65XNAWN4XM4CHQ3G4DMO2", }; testNetwork(done, params); });