diff options
author | Andy Davis <github@andy-davis.co.uk> | 2018-07-16 14:56:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-16 14:56:48 +0100 |
commit | e96d3876c4cbbfd219c0fe4de4b893d3e9553e60 (patch) | |
tree | 22cac44af2af99968c8a830f5380ac7f9325f36e /tests/spec | |
parent | 9369eaa6d56500061c952927691e31cd503ae11c (diff) | |
download | BIP39-e96d3876c4cbbfd219c0fe4de4b893d3e9553e60.tar.gz BIP39-e96d3876c4cbbfd219c0fe4de4b893d3e9553e60.tar.zst BIP39-e96d3876c4cbbfd219c0fe4de4b893d3e9553e60.zip |
TSTRAT test
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 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 | }); |
1099 | it('Allows selection of Stratis Test', function(done) { | ||
1100 | var params = { | ||
1101 | selectText: "TSTRAT - Stratis Test", | ||
1102 | firstAddress: "TRLWm3dye4FRrDWouwYUSUZP96xb76mBE3", | ||
1103 | }; | ||
1104 | testNetwork(done, params); | ||
1105 | }); | ||
1099 | it('Allows selection of Syscoin', function(done) { | 1106 | it('Allows selection of Syscoin', function(done) { |
1100 | var params = { | 1107 | var params = { |
1101 | selectText: "SYS - Syscoin", | 1108 | selectText: "SYS - Syscoin", |