X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=e0b11616021cd797dd51a0d0b4b472684e66cdb0;hp=ad40b953cb51535af99f0f5c0d4596f4ec0dc504;hb=6cbd3bc8c22256bf35df5d69d8ef6685590b66e4;hpb=74762b369e1446cede3db718d0f7348d0f57ab75 diff --git a/tests/spec/tests.js b/tests/spec/tests.js index ad40b95..e0b1161 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1404,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) {