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 b1e333c..19d6b32 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1264,6 +1264,13 @@ it('Allows selection of Callisto', function(done) { | |||
1264 | }; | 1264 | }; |
1265 | testNetwork(done, params); | 1265 | testNetwork(done, params); |
1266 | }); | 1266 | }); |
1267 | it('Allows selection of HUSH', function(done) { | ||
1268 | var params = { | ||
1269 | selectText: "HUSH - Hush", | ||
1270 | firstAddress: "t1g6rLXUnJaiJuu4q4zmJjoa9Gk4fwKpiuA", | ||
1271 | }; | ||
1272 | testNetwork(done, params); | ||
1273 | }); | ||
1267 | 1274 | ||
1268 | 1275 | ||
1269 | // BIP39 seed is set from phrase | 1276 | // BIP39 seed is set from phrase |