From a44c45e3c06a462e2de609317ba371894ed0ccee Mon Sep 17 00:00:00 2001 From: harzo Date: Wed, 5 Sep 2018 15:03:40 +0200 Subject: Add ExchangeCoin --- tests/spec/tests.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/spec/tests.js') diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 4d92471..b5fb4a4 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1290,6 +1290,13 @@ it('Allows selection of HUSH', function(done) { }; testNetwork(done, params); }); +it('Allows selection of ExchangeCoin', function(done) { + var params = { + selectText: "EXCC - ExchangeCoin", + firstAddress: "22txYKpFN5fwGwdSs2UBf7ywewbLM92YqK7E", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase -- cgit v1.2.3