From: Ian Coleman Date: Thu, 4 Jul 2019 02:01:42 +0000 (+1000) Subject: Add test for Stellar X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=152f0ce966ab9f18fa34e45384a42e3f921e850f Add test for Stellar --- diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 72cd492..528f562 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1529,6 +1529,13 @@ it('Allows selection of Monkey Project', function(done) { }; testNetwork(done, params); }); +it('Allows selection of Stellar', function(done) { + var params = { + selectText: "XLM - Stellar", + firstAddress: "GCUK3NYYUXA2QGN6KU5RR36WAKN3Y5EANZV65XNAWN4XM4CHQ3G4DMO2", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) {