X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=364349cfb9a9312411a2050fb92309e3d7532b82;hb=491948dbcb6bee740158037a8aefe5096becb76e;hp=ad40b953cb51535af99f0f5c0d4596f4ec0dc504;hpb=10980ed68cfcf683e64aef4d7c463c6b2b729185;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/tests/spec/tests.js b/tests/spec/tests.js index ad40b95..364349c 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -991,6 +991,13 @@ it('Allows selection of Navcoin', function(done) { }; testNetwork(done, params); }); +it('Allows selection of Nebulas', function(done) { + var params = { + selectText: "NAS - Nebulas", + firstAddress: "n1PbK61DGBfDoDusLw621G6sVSMfLLHdfnm", + }; + testNetwork(done, params); +}); it('Allows selection of Neoscoin', function(done) { var params = { selectText: "NEOS - Neoscoin", @@ -1404,6 +1411,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) {