X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=c9c0e6ed9877cbc5975dd04ec9936d7e304665e0;hp=c92689a78c247e3e3e82c0a63321a3dba9e262b1;hb=318ec4dc9f37c2ea4fc8de2fd487602c3cd05cb9;hpb=82e3938afe3e76000b58e6a49e204ffff10fbd5a diff --git a/tests/spec/tests.js b/tests/spec/tests.js index c92689a..c9c0e6e 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -434,6 +434,14 @@ it('Allows selection of ripple', function(done) { }; testNetwork(done, params); }); +it('Allows selection of casinocoin', function(done) { + var params = { + selectText: "CSC - CasinoCoin", + firstAddress: "c3P5EUb27Pzk9dcGt4s7zQDQj4sC6Y81mT", + phrase: "ill clump only blind unit burden thing track silver cloth review awake useful craft whale all satisfy else trophy sunset walk vanish hope valve", + }; + testNetwork(done, params); +}); it('Allows selection of dogecoin', function(done) { var params = { selectText: "DOGE - Dogecoin", @@ -443,7 +451,7 @@ it('Allows selection of dogecoin', function(done) { }); it('Allows selection of dogecoin testnet', function(done) { var params = { - selectText: "DOGEt - Dogecoin testnet", + selectText: "DOGEt - Dogecoin Testnet", firstAddress: "niHnSJKHdwDyDxRMLBJrtNqpvHEsAFWe6B", }; testNetwork(done, params); @@ -640,6 +648,20 @@ it('Allows selection of maza', function(done) { }; testNetwork(done, params); }); +it('Allows selection of FIX', function(done) { + var params = { + selectText: "FIX - FIX", + firstAddress: "FS5MEU8fs5dUvsaSCSusV8RQtC8j2h3JEh", + }; + testNetwork(done, params); +}); +it('Allows selection of FIX testnet', function(done) { + var params = { + selectText: "FIX - FIX Testnet", + firstAddress: "XpnU1HHdNG5YxvG9Rez4wjmidchxqnZaNa", + }; + testNetwork(done, params); +}); it('Allows selection of fujicoin', function(done) { var params = { selectText: "FJC - Fujicoin", @@ -815,6 +837,13 @@ it('Allows selection of Compcoin', function(done) { }; testNetwork(done, params); }); +it('Allows selection of CPUchain', function(done) { + var params = { + selectText: "CPU - CPUchain", + firstAddress: "CWWkTPkNRdpTDSfPw7gxUt9cEaC5PSsP3Y", + }; + testNetwork(done, params); +}); it('Allows selection of Crave', function(done) { var params = { selectText: "CRAVE - Crave", @@ -883,7 +912,7 @@ it('Allows selection of EOSIO', function(done) { selectText: "EOS - EOSIO", firstPubKey: "EOS692VJTBK3Rmw93onNnpnZ8ZtmE9PdxjDStArvbyzoe11QUTNoy", }; - testNetowrk(done, params, true); + testNetwork(done, params, true); }); it('Allows selection of Europecoin', function(done) { var params = { @@ -1305,6 +1334,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", @@ -1405,11 +1441,18 @@ it('Allows selection of Callisto', function(done) { }); it('Allows selection of HUSH', function(done) { var params = { - selectText: "HUSH - Hush", + selectText: "HUSH - Hush (Legacy)", firstAddress: "t1g6rLXUnJaiJuu4q4zmJjoa9Gk4fwKpiuA", }; testNetwork(done, params); }); +it('Allows selection of HUSH3', function(done) { + var params = { + selectText: "HUSH - Hush3", + firstAddress: "RXWSQhwvw5jHPGP8bjwJhWoRnMLBnuPDKD", + }; + testNetwork(done, params); +}); it('Allows selection of ExchangeCoin', function(done) { var params = { selectText: "EXCC - ExchangeCoin", @@ -1508,10 +1551,17 @@ 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: "XLM - Stellar", + firstAddress: "GCUK3NYYUXA2QGN6KU5RR36WAKN3Y5EANZV65XNAWN4XM4CHQ3G4DMO2", + }; + testNetwork(done, params); +}); +it('Allows selection of Wagerr', function(done) { var params = { - selectText: "MONK - Monkey Project", - firstAddress: "MnLrcnnUzKnf7TzufjRe5DLZqQJz18oYyu", + selectText: "WGR - Wagerr", + firstAddress: "WYiVgQU39VcQxcnacoCiaZHZZLjDCJoS95", }; testNetwork(done, params); });