diff options
Diffstat (limited to 'tests/spec')
-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 4d92471..b5fb4a4 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1290,6 +1290,13 @@ it('Allows selection of HUSH', function(done) { | |||
1290 | }; | 1290 | }; |
1291 | testNetwork(done, params); | 1291 | testNetwork(done, params); |
1292 | }); | 1292 | }); |
1293 | it('Allows selection of ExchangeCoin', function(done) { | ||
1294 | var params = { | ||
1295 | selectText: "EXCC - ExchangeCoin", | ||
1296 | firstAddress: "22txYKpFN5fwGwdSs2UBf7ywewbLM92YqK7E", | ||
1297 | }; | ||
1298 | testNetwork(done, params); | ||
1299 | }); | ||
1293 | 1300 | ||
1294 | 1301 | ||
1295 | // BIP39 seed is set from phrase | 1302 | // BIP39 seed is set from phrase |