]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
TSTRAT test
authorAndy Davis <github@andy-davis.co.uk>
Mon, 16 Jul 2018 13:56:48 +0000 (14:56 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Jul 2018 13:56:48 +0000 (14:56 +0100)
tests/spec/tests.js

index b81294b64a532bf0a59d0db958b17a30d26cf539..e09f2cb5d1d6348539c23d04fa87b02983edbb42 100644 (file)
@@ -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",