From: Ian Coleman Date: Mon, 15 Jan 2018 23:34:42 +0000 (+1100) Subject: Test AXE network X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=423fb969c6bb8384178b9e503bf11cd5f2df488d Test AXE network --- 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) {