X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=e0b11616021cd797dd51a0d0b4b472684e66cdb0;hb=6cbd3bc8c22256bf35df5d69d8ef6685590b66e4;hp=9c4b97206874fd84aa6e3b6187618a8f591551c5;hpb=869f5375eb424d3e9414248d15e8293f21319d36;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 9c4b972..e0b1161 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -998,6 +998,13 @@ it('Allows selection of Neoscoin', function(done) { }; testNetwork(done, params); }); +it('Allows selection of Nix', function(done) { + var params = { + selectText: "NIX - NIX Platform", + firstAddress: "GgcNW2SQQXB4LWHRQTHKkQF3GzXNSLqS8u", + }; + testNetwork(done, params); +}); it('Allows selection of Neurocoin', function(done) { var params = { selectText: "NRO - Neurocoin", @@ -1397,6 +1404,13 @@ it('Allows selection of BlockStamp', function(done) { }; testNetwork(done, params); }); +it('Allows selection of DEXON', function(done) { + var params = { + selectText: "DXN - DEXON", + firstAddress: "0x136a58788033E028CCd740FbDec6734358DB56Ec", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) {