From 423fb969c6bb8384178b9e503bf11cd5f2df488d Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Tue, 16 Jan 2018 10:34:42 +1100 Subject: [PATCH] Test AXE network --- tests/spec/tests.js | 7 +++++++ 1 file changed, 7 insertions(+) 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) { }; 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) { -- 2.41.0