X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=d9a1843cd6f380d6c4055143a7f6db12188216d2;hp=31fa043a0f3133b1414c73594a747a2dd5c93e21;hb=4958ea8009e3c950a680bded814994428630b645;hpb=54600393af3293dc9e0f222b24ebd07b63824330 diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 31fa043..d9a1843 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1675,6 +1675,16 @@ it('Allows selection of Stratis Test', function(done) { }; testNetwork(done, params); }); +it('Allows selection of Sugarchain', function(done) { + var params = { + selectText: "SUGAR - Sugarchain", + phrase: "abandon abandon ability", + firstAddress: "SYnd31fYr39VgKju87Vz1sYBmEeHg5cudk", + firstPubKey: "035bc9fa22eff2246ec07bb09c9e32f5f9fee517b4f49a8f117508f8fb41905b25", + firstPrivKey: "L2G3axGdZv5EV8osAsBPMese74i4dTHaGvxDh7DsRF5Ky6hKkPDY", + }; + testNetwork(done, params); +}); it('Allows selection of Syscoin', function(done) { var params = { selectText: "SYS - Syscoin",