X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=e3f7e1c1a6469a7b1850a6207b3bf7afa7cd1409;hp=83fc949bc990b1c1ca7cf13497d4a763542d4cc2;hb=af14981d83441583bf6ed1a27dabb9545a1168f4;hpb=16afe3ecbf87ef4cb2ae52f1d43f1af733c1ec78 diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 83fc949..e3f7e1c 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -535,6 +535,13 @@ it('Allows selection of lkrcoin', function(done) { }; testNetwork(done, params); }); +it('Allows selection of bolivarcoin', function(done) { + var params = { + selectText: "BOLI - Bolivarcoin", + firstAddress: "bbKzCAUR7hZ3nqfffy7VgrSz8LmAP3S5mK", + }; + testNetwork(done, params); +}); it('Allows selection of peercoin', function(done) { var params = { selectText: "PPC - Peercoin", @@ -1070,6 +1077,13 @@ it('Allows selection of Omnicore', function(done) { }; testNetwork(done, params); }); +it('Allows selection of DeepOnion', function(done) { + var params = { + selectText: "ONION - DeepOnion", + firstAddress: "DVioZ2Rjc9krDf5bbHuixznSDumzvGpzVw", + }; + testNetwork(done, params); +}); it('Allows selection of Pesobit', function(done) { var params = { selectText: "PSB - Pesobit", @@ -1434,6 +1448,13 @@ it('Allows selection of DEXON', function(done) { }; testNetwork(done, params); }); +it('Allows selection of Ellaism', function(done) { + var params = { + selectText: "ELLA - Ellaism", + firstAddress: "0xa8B0BeA09eeBc41062308546a01d6E544277e2Ca", + }; + testNetwork(done, params); +}); it('Allows selection of Ethersocial Network', function(done) { var params = { selectText: "ESN - Ethersocial Network",