aboutsummaryrefslogtreecommitdiff
path: root/tests/spec
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec')
-rw-r--r--tests/spec/tests.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index 6718a0e..dcc9b0a 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1390,6 +1390,13 @@ it('Allows selection of LitecoinZ', function(done) {
1390 }; 1390 };
1391 testNetwork(done, params); 1391 testNetwork(done, params);
1392}); 1392});
1393it('Allows selection of BlockStamp', function(done) {
1394 var params = {
1395 selectText: "BST - BlockStamp",
1396 firstAddress: "15gypKtim4cVTj137ApfryG17RkvSbPazZ",
1397 };
1398 testNetwork(done, params);
1399});
1393 1400
1394// BIP39 seed is set from phrase 1401// BIP39 seed is set from phrase
1395it('Sets the bip39 seed from the prhase', function(done) { 1402it('Sets the bip39 seed from the prhase', function(done) {