X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=c97c9734cb0364053a12a3198d558a6c60e17342;hb=c990aff8195e64e4661a03e3856b8554a7204139;hp=b81294b64a532bf0a59d0db958b17a30d26cf539;hpb=2ab3faf414af6f37918d207f13da4183a548869a;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git 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) { }; testNetwork(done, params); }); +it('Allows selection of Stratis Test', function(done) { + var params = { + selectText: "TSTRAT - Stratis Testnet", + firstAddress: "TRLWm3dye4FRrDWouwYUSUZP96xb76mBE3", + }; + testNetwork(done, params); +}); it('Allows selection of Syscoin', function(done) { var params = { selectText: "SYS - Syscoin",