diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 364349c..d71a61c 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -564,6 +564,15 @@ it('Allows selection of bitcoin cash', function(done) { | |||
564 | }; | 564 | }; |
565 | testNetwork(done, params); | 565 | testNetwork(done, params); |
566 | }); | 566 | }); |
567 | |||
568 | it('Allows selection of simpleledger(SLP)', function(done) { | ||
569 | var params = { | ||
570 | selectText: "SLP - Simple Ledger Protocol", | ||
571 | firstAddress: "simpleledger:qrtffz6ajfsn74gpur7y3epjquz42pvww5acewqmre", | ||
572 | }; | ||
573 | testNetwork(done, params); | ||
574 | }); | ||
575 | |||
567 | it('Allows selection of myriadcoin', function(done) { | 576 | it('Allows selection of myriadcoin', function(done) { |
568 | var params = { | 577 | var params = { |
569 | selectText: "XMY - Myriadcoin", | 578 | selectText: "XMY - Myriadcoin", |