diff options
author | Ian Coleman <ian@iancoleman.io> | 2018-01-16 10:34:42 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2018-01-16 10:34:42 +1100 |
commit | 423fb969c6bb8384178b9e503bf11cd5f2df488d (patch) | |
tree | 0c19276d405e8e03870bc8f9ae6f56717a2a251f /tests | |
parent | 9fae1ffbccc9bd6ae19d32d0c7a3822c745260a4 (diff) | |
download | BIP39-423fb969c6bb8384178b9e503bf11cd5f2df488d.tar.gz BIP39-423fb969c6bb8384178b9e503bf11cd5f2df488d.tar.zst BIP39-423fb969c6bb8384178b9e503bf11cd5f2df488d.zip |
Test AXE network
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 913ec33..29e45f5 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -605,6 +605,13 @@ it('Allows selection of monacoin', function(done) { | |||
605 | }; | 605 | }; |
606 | testNetwork(done, params); | 606 | testNetwork(done, params); |
607 | }); | 607 | }); |
608 | it('Allows selection of AXE', function(done) { | ||
609 | var params = { | ||
610 | selectText: "AXE - Axe", | ||
611 | firstAddress: "XQ4HLxUVS3egk5ff1o9e2vJFJKSSsUH3B7", | ||
612 | }; | ||
613 | testNetwork(done, params); | ||
614 | }); | ||
608 | 615 | ||
609 | // BIP39 seed is set from phrase | 616 | // BIP39 seed is set from phrase |
610 | it('Sets the bip39 seed from the prhase', function(done) { | 617 | it('Sets the bip39 seed from the prhase', function(done) { |