From 45e40c288fe0d6cfba2c57a68f421eeb34d41385 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 18 Jul 2019 11:50:14 +0100 Subject: Added CSC (CasinoCoin) with test --- tests/spec/tests.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests') diff --git a/tests/spec/tests.js b/tests/spec/tests.js index dd90a66..c21d8b5 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -434,6 +434,14 @@ it('Allows selection of ripple', function(done) { }; testNetwork(done, params); }); +it('Allows selection of casinocoin', function(done) { + var params = { + selectText: "CSC - CasinoCoin", + firstAddress: "c3P5EUb27Pzk9dcGt4s7zQDQj4sC6Y81mT", + phrase: "ill clump only blind unit burden thing track silver cloth review awake useful craft whale all satisfy else trophy sunset walk vanish hope valve", + }; + testNetwork(done, params); +}); it('Allows selection of dogecoin', function(done) { var params = { selectText: "DOGE - Dogecoin", -- cgit v1.2.3