X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=6718a0e99fcaa89dc717fed716b4e6c6ae8fd923;hb=497fcf0e4863138ecdad1b13c9d204310a2598a6;hp=0bb56f8ac6affee7b49ddcd9ca4f157a140eae73;hpb=7f65b685b384c48df1b4ea11e7331daf15ec680d;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 0bb56f8..6718a0e 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", @@ -1376,6 +1383,13 @@ it('Allows selection of Blocknode Testnet', function(done) { }; testNetwork(done, params); }); +it('Allows selection of LitecoinZ', function(done) { + var params = { + selectText: "LTZ - LitecoinZ", + firstAddress: "L1VTXju7hLgKV4T7fGXS9sKsnm2gmtRCmyw", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) {