diff options
Diffstat (limited to 'tests/spec')
-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) { |