aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2018-07-26 09:30:19 +1000
committerGitHub <noreply@github.com>2018-07-26 09:30:19 +1000
commit83fefeaf0ba753d9ce858efb08c4ae7010180fa8 (patch)
treef0bef9a887c71ea42df240994897331c1998fad4 /tests/spec/tests.js
parent9d4e17928a9ed1bfe3d71eb1a60ed303b41019d9 (diff)
parentc990aff8195e64e4661a03e3856b8554a7204139 (diff)
downloadBIP39-83fefeaf0ba753d9ce858efb08c4ae7010180fa8.tar.gz
BIP39-83fefeaf0ba753d9ce858efb08c4ae7010180fa8.tar.zst
BIP39-83fefeaf0ba753d9ce858efb08c4ae7010180fa8.zip
Merge pull request #229 from majikandy/patch-2
Added TSTRAT
Diffstat (limited to 'tests/spec/tests.js')
-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 b81294b..c97c973 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1096,6 +1096,13 @@ it('Allows selection of Stratis', function(done) {
1096 }; 1096 };
1097 testNetwork(done, params); 1097 testNetwork(done, params);
1098}); 1098});
1099it('Allows selection of Stratis Test', function(done) {
1100 var params = {
1101 selectText: "TSTRAT - Stratis Testnet",
1102 firstAddress: "TRLWm3dye4FRrDWouwYUSUZP96xb76mBE3",
1103 };
1104 testNetwork(done, params);
1105});
1099it('Allows selection of Syscoin', function(done) { 1106it('Allows selection of Syscoin', function(done) {
1100 var params = { 1107 var params = {
1101 selectText: "SYS - Syscoin", 1108 selectText: "SYS - Syscoin",