X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=d609dcaa61776e3200ba3209266b8e39dd4669ac;hp=e3f7e1c1a6469a7b1850a6207b3bf7afa7cd1409;hb=b85da0745a0bcf438c2ef19b72dd44d1b09ccd94;hpb=22bb112ead9e32d1761cd80aba65ade61864cd6c diff --git a/tests/spec/tests.js b/tests/spec/tests.js index e3f7e1c..d609dca 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -408,6 +408,13 @@ it('Allows selection of litecoin', function(done) { }; testNetwork(done, params); }); +it('Allows selection of litecoin testnet', function(done) { + var params = { + selectText: "LTCt - Litecoin Testnet", + firstAddress: "mucaU5iiDaJDb69BHLeDv8JFfGiyg2nJKi", + }; + testNetwork(done, params); +}); it('Allows selection of ripple', function(done) { var params = { selectText: "XRP - Ripple", @@ -423,6 +430,13 @@ it('Allows selection of dogecoin', function(done) { }; testNetwork(done, params); }); +it('Allows selection of dogecoin testnet', function(done) { + var params = { + selectText: "DOGEt - Dogecoin testnet", + firstAddress: "niHnSJKHdwDyDxRMLBJrtNqpvHEsAFWe6B", + }; + testNetwork(done, params); +}); it('Allows selection of denarius', function(done) { var params = { selectText: "DNR - Denarius", @@ -475,7 +489,7 @@ it('Allows selection of clam', function(done) { it('Allows selection of crown', function(done) { var params = { selectText: "CRW - Crown (Legacy)", - firstAddress: "18pWSwSUAQdiwMHUfFZB1fM2xue9X1FqE5", + firstAddress: "18pWSwSUAQdiwMHUfFZB1fM2xue9X1FqE5", }; testNetwork(done, params); }); @@ -1462,6 +1476,13 @@ it('Allows selection of Ethersocial Network', function(done) { }; testNetwork(done, params); }); +it('Allows selection of Monkey Project', function(done) { + var params = { + selectText: "MONK - Monkey Project", + firstAddress: "MnLrcnnUzKnf7TzufjRe5DLZqQJz18oYyu", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) {