From 5a10834a36af987089d46929556ca60aceb0bba6 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Thu, 16 Nov 2017 15:09:56 +1100 Subject: [PATCH] Add test for monacoin --- tests/spec/tests.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 0b07b4c..998809a 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -584,6 +584,13 @@ it('Allows selection of bitcoin gold', function(done) { }; testNetwork(done, params); }); +it('Allows selection of monacoin', function(done) { + var params = { + selectText: "MONA - Monacoin", + firstAddress: "MKMiMr7MyjDKjJbCBzgF6u4ByqTS4NkRB1", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) { -- 2.41.0