X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=dcc9b0a65c9e28049b68ba30ce039b4a4d4dba9f;hb=f22f7677a6070e2cbb5aa6d1bf0f672c95083ed4;hp=5c23f8bb0700f26a5c0007a050d52f28f1f2de64;hpb=717a3ffcb285233e2d029ac5f544f70410d22d3d;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 5c23f8b..dcc9b0a 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -521,6 +521,13 @@ it('Allows selection of onixcoin', function(done) { }; testNetwork(done, params); }); +it('Allows selection of lkrcoin', function(done) { + var params = { + selectText: "LKR - Lkrcoin", + firstAddress: "LfbT296e7AEEnn4bYDbL535Nd8P9g98CdJ", + }; + testNetwork(done, params); +}); it('Allows selection of peercoin', function(done) { var params = { selectText: "PPC - Peercoin", @@ -1383,6 +1390,13 @@ it('Allows selection of LitecoinZ', function(done) { }; testNetwork(done, params); }); +it('Allows selection of BlockStamp', function(done) { + var params = { + selectText: "BST - BlockStamp", + firstAddress: "15gypKtim4cVTj137ApfryG17RkvSbPazZ", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) {