X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=e3fd8fbd6f5b30699cdac6742a9b6b93ae49a329;hb=b244e34403a11ffcb017cee00e7feed18d7f0ada;hp=2685fa6224eb2a94669548ed60a08c9fc24b6263;hpb=5a085aed79e93c3c716a3aa0b541d0728b485340;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 2685fa6..e3fd8fb 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -443,7 +443,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 +640,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", @@ -1112,7 +1126,7 @@ it('Allows selection of Omnicore', function(done) { it('Allows selection of DeepOnion', function(done) { var params = { selectText: "ONION - DeepOnion", - firstAddress: "DVioZ2Rjc9krDf5bbHuixznSDumzvGpzVw", + firstAddress: "DYREY7XCFXVqJ3x5UuN43k2JwD2s1kif48", }; testNetwork(done, params); }); @@ -1242,6 +1256,20 @@ it('Allows selection of Toa', function(done) { }; testNetwork(done, params); }); +it('Allows selection of TWINS', function(done) { + var params = { + selectText: "TWINS - TWINS", + firstAddress: "WPpJnfLLubNmF7HLNxg8d8zH5haxn4wri8", + }; + testNetwork(done, params); +}); +it('Allows selection of TWINS testnet', function(done) { + var params = { + selectText: "TWINS - TWINS Testnet", + firstAddress: "XpnU1HHdNG5YxvG9Rez4wjmidchxqnZaNa", + }; + testNetwork(done, params); +}); it('Allows selection of Ultimatesecurecash', function(done) { var params = { selectText: "USC - Ultimatesecurecash",