From 5ed5f6612d5b0bb75b783f758dd1ae8eea4f20d7 Mon Sep 17 00:00:00 2001 From: David B Date: Wed, 19 Sep 2018 17:37:54 +0200 Subject: Add BitCloud and Megacoin --- tests/spec/tests.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'tests/spec') diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 4eff0be..c875aeb 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -704,6 +704,13 @@ it('Allows selection of Bitcoinz', function(done) { }; testNetwork(done, params); }); +it('Allows selection of BitCloud', function(done) { + var params = { + selectText: "BTDX - BitCloud", + firstAddress: "BE9tnWxiR7ALgVhG8LLDi2W9pvtjzZMFoM", + }; + testNetwork(done, params); +}); it('Allows selection of Bitcore', function(done) { var params = { selectText: "BTX - Bitcore", @@ -956,6 +963,13 @@ it('Allows selection of Lynx', function(done) { }; testNetwork(done, params); }); +it('Allows selection of Megacoin', function(done) { + var params = { + selectText: "MEC - Megacoin", + firstAddress: "MHHRRPHcF8DvQpEySFF9M6fR8Qv4JH2fFC", + }; + testNetwork(done, params); +}); it('Allows selection of Minexcoin', function(done) { var params = { selectText: "MNX - Minexcoin", -- cgit v1.2.3