diff options
author | Chris <chris@SFLiMac.connect> | 2019-07-18 11:50:14 +0100 |
---|---|---|
committer | Chris <chris@SFLiMac.connect> | 2019-07-18 11:50:14 +0100 |
commit | 45e40c288fe0d6cfba2c57a68f421eeb34d41385 (patch) | |
tree | 9a1a9ce811dd5b6144a151a6bfa0c9dd2c625904 /tests | |
parent | c4f4208b95cf6fb85a8d669c0c8dcdb8b12bb2e7 (diff) | |
download | BIP39-45e40c288fe0d6cfba2c57a68f421eeb34d41385.tar.gz BIP39-45e40c288fe0d6cfba2c57a68f421eeb34d41385.tar.zst BIP39-45e40c288fe0d6cfba2c57a68f421eeb34d41385.zip |
Added CSC (CasinoCoin) with test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 8 |
1 files changed, 8 insertions, 0 deletions
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) { | |||
434 | }; | 434 | }; |
435 | testNetwork(done, params); | 435 | testNetwork(done, params); |
436 | }); | 436 | }); |
437 | it('Allows selection of casinocoin', function(done) { | ||
438 | var params = { | ||
439 | selectText: "CSC - CasinoCoin", | ||
440 | firstAddress: "c3P5EUb27Pzk9dcGt4s7zQDQj4sC6Y81mT", | ||
441 | 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", | ||
442 | }; | ||
443 | testNetwork(done, params); | ||
444 | }); | ||
437 | it('Allows selection of dogecoin', function(done) { | 445 | it('Allows selection of dogecoin', function(done) { |
438 | var params = { | 446 | var params = { |
439 | selectText: "DOGE - Dogecoin", | 447 | selectText: "DOGE - Dogecoin", |