diff options
Diffstat (limited to 'tests/spec/tests.js')
-rw-r--r-- | tests/spec/tests.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 0570514..4d92471 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1075,6 +1075,11 @@ it('Allows selection of Rubycoin', function(done) { | |||
1075 | }; | 1075 | }; |
1076 | testNetwork(done, params); | 1076 | testNetwork(done, params); |
1077 | }); | 1077 | }); |
1078 | it('Allows selection of Salus', function(done) { | ||
1079 | var params = { | ||
1080 | selectText: "SLS - Salus", | ||
1081 | firstAddress: "SgdYBmVytcW2aCYitdegwkUcCU7RSqYokB", | ||
1082 | }; | ||
1078 | it('Allows selection of Smileycoin', function(done) { | 1083 | it('Allows selection of Smileycoin', function(done) { |
1079 | var params = { | 1084 | var params = { |
1080 | selectText: "SMLY - Smileycoin", | 1085 | selectText: "SMLY - Smileycoin", |