diff options
Diffstat (limited to 'tests/spec/tests.js')
-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..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 | }); |
1099 | it('Allows selection of Stratis Test', function(done) { | ||
1100 | var params = { | ||
1101 | selectText: "TSTRAT - Stratis Testnet", | ||
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", |