From e96d3876c4cbbfd219c0fe4de4b893d3e9553e60 Mon Sep 17 00:00:00 2001 From: Andy Davis Date: Mon, 16 Jul 2018 14:56:48 +0100 Subject: [PATCH] TSTRAT test --- tests/spec/tests.js | 7 +++++++ 1 file changed, 7 insertions(+) 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) { }; testNetwork(done, params); }); +it('Allows selection of Stratis Test', function(done) { + var params = { + selectText: "TSTRAT - Stratis Test", + firstAddress: "TRLWm3dye4FRrDWouwYUSUZP96xb76mBE3", + }; + testNetwork(done, params); +}); it('Allows selection of Syscoin', function(done) { var params = { selectText: "SYS - Syscoin", -- 2.41.0