]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Add test for Stellar
authorIan Coleman <ian@iancoleman.io>
Thu, 4 Jul 2019 02:01:42 +0000 (12:01 +1000)
committerIan Coleman <ian@iancoleman.io>
Thu, 4 Jul 2019 02:01:42 +0000 (12:01 +1000)
tests/spec/tests.js

index 72cd492f7aba77a22585b0523318f07dffd163aa..528f562eb0989233c42504b9277fe9600819afb5 100644 (file)
@@ -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) {