aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
authorAndy Davis <github@andy-davis.co.uk>2018-07-16 15:06:31 +0100
committerGitHub <noreply@github.com>2018-07-16 15:06:31 +0100
commit4b1be40deaf7c5574a610aa9d2f2e841370a26ef (patch)
treee4023cf3dce0d29ebad04957d76a9f99f04309d2 /tests/spec/tests.js
parentb4d881fbd011acb788535df8b7607a6691a8cb29 (diff)
parente96d3876c4cbbfd219c0fe4de4b893d3e9553e60 (diff)
downloadBIP39-4b1be40deaf7c5574a610aa9d2f2e841370a26ef.tar.gz
BIP39-4b1be40deaf7c5574a610aa9d2f2e841370a26ef.tar.zst
BIP39-4b1be40deaf7c5574a610aa9d2f2e841370a26ef.zip
Merge pull request #2 from majikandy/patch-1
Added TSTRAT test
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..e09f2cb 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 Test",
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",