]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Test AXE network
authorIan Coleman <ian@iancoleman.io>
Mon, 15 Jan 2018 23:34:42 +0000 (10:34 +1100)
committerIan Coleman <ian@iancoleman.io>
Mon, 15 Jan 2018 23:34:42 +0000 (10:34 +1100)
tests/spec/tests.js

index 913ec3392a2629afe91a621fc5a8881ef0ec06b2..29e45f5dc7d195be651dd0945fb0e4f7fe5dddc9 100644 (file)
@@ -605,6 +605,13 @@ it('Allows selection of monacoin', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of AXE', function(done) {
+    var params = {
+        selectText: "AXE - Axe",
+        firstAddress: "XQ4HLxUVS3egk5ff1o9e2vJFJKSSsUH3B7",
+    };
+    testNetwork(done, params);
+});
 
 // BIP39 seed is set from phrase
 it('Sets the bip39 seed from the prhase', function(done) {