diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 5c23f8b..6718a0e 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -521,6 +521,13 @@ it('Allows selection of onixcoin', function(done) { | |||
521 | }; | 521 | }; |
522 | testNetwork(done, params); | 522 | testNetwork(done, params); |
523 | }); | 523 | }); |
524 | it('Allows selection of lkrcoin', function(done) { | ||
525 | var params = { | ||
526 | selectText: "LKR - Lkrcoin", | ||
527 | firstAddress: "LfbT296e7AEEnn4bYDbL535Nd8P9g98CdJ", | ||
528 | }; | ||
529 | testNetwork(done, params); | ||
530 | }); | ||
524 | it('Allows selection of peercoin', function(done) { | 531 | it('Allows selection of peercoin', function(done) { |
525 | var params = { | 532 | var params = { |
526 | selectText: "PPC - Peercoin", | 533 | selectText: "PPC - Peercoin", |