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 42dc792..e3f7e1c 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1077,6 +1077,13 @@ it('Allows selection of Omnicore', function(done) { | |||
1077 | }; | 1077 | }; |
1078 | testNetwork(done, params); | 1078 | testNetwork(done, params); |
1079 | }); | 1079 | }); |
1080 | it('Allows selection of DeepOnion', function(done) { | ||
1081 | var params = { | ||
1082 | selectText: "ONION - DeepOnion", | ||
1083 | firstAddress: "DVioZ2Rjc9krDf5bbHuixznSDumzvGpzVw", | ||
1084 | }; | ||
1085 | testNetwork(done, params); | ||
1086 | }); | ||
1080 | it('Allows selection of Pesobit', function(done) { | 1087 | it('Allows selection of Pesobit', function(done) { |
1081 | var params = { | 1088 | var params = { |
1082 | selectText: "PSB - Pesobit", | 1089 | selectText: "PSB - Pesobit", |