aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
authorAndy Davis <github@andy-davis.co.uk>2018-07-16 14:56:48 +0100
committerGitHub <noreply@github.com>2018-07-16 14:56:48 +0100
commite96d3876c4cbbfd219c0fe4de4b893d3e9553e60 (patch)
tree22cac44af2af99968c8a830f5380ac7f9325f36e /tests/spec/tests.js
parent9369eaa6d56500061c952927691e31cd503ae11c (diff)
downloadBIP39-e96d3876c4cbbfd219c0fe4de4b893d3e9553e60.tar.gz
BIP39-e96d3876c4cbbfd219c0fe4de4b893d3e9553e60.tar.zst
BIP39-e96d3876c4cbbfd219c0fe4de4b893d3e9553e60.zip
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",