From: Andy Davis Date: Mon, 16 Jul 2018 13:56:48 +0000 (+0100) Subject: TSTRAT test X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=e96d3876c4cbbfd219c0fe4de4b893d3e9553e60 TSTRAT test --- 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",