aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/spec/tests.js8
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});
437it('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});
437it('Allows selection of dogecoin', function(done) { 445it('Allows selection of dogecoin', function(done) {
438 var params = { 446 var params = {
439 selectText: "DOGE - Dogecoin", 447 selectText: "DOGE - Dogecoin",