From: scribenetwork <38965380+scribenetwork@users.noreply.github.com> Date: Wed, 19 Aug 2020 04:22:14 +0000 (+0200) Subject: Update tests.js X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=4729ecca04a9f9300d09a2c799870e2003222e84;hp=-c;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git Update tests.js --- 4729ecca04a9f9300d09a2c799870e2003222e84 diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 0e7edb9..14cdb8e 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -2265,6 +2265,16 @@ it('Allows selection of CranePay', function(done) { }; testNetwork(done, params); }); +it('Allows selection of Scribe', function(done) { + var params = { + selectText: "SCRIBE - Scribe", + phrase: "abandon abandon ability", + firstAddress: "RYAnPeBLD8veZ9Tw8xugeTC2f9PeZonLHM", + firstPubKey: "02c912bc4759c8a209475502fb5352ff5be8a8f13eb72f1732ee25125cd53edc1e", + firstPrivKey: "HLZWvNCEUv4ghygjH9A2EYCa9HNRcxe5CS42kzUTmoxJYp3z96QE", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) {