X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=2b40fcfeda390fd3e27dade00877cdd5d40c38c8;hb=a51ef005ac7f2aaa656610c272004a6f21011c0c;hp=7b0b3b2f9db5e1a85d79f7032416c85ab0ad2d45;hpb=3381604035e1e588b3d26532f7fd14edfe1b1707;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 7b0b3b2..2b40fcf 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1092,8 +1092,9 @@ it('Allows selection of Rubycoin', function(done) { it('Allows selection of Salus', function(done) { var params = { selectText: "SLS - Salus", - firstAddress: "SgdYBmVytcW2aCYitdegwkUcCU7RSqYokB", + firstAddress: "SNzPi1CafHFm3WWjRo43aMgiaEEj3ogjww", }; + testNetwork(done, params); }); it('Allows selection of Smileycoin', function(done) { var params = { @@ -1119,7 +1120,7 @@ it('Allows selection of stash', function(done) { it('Allows selection of stash testnet', function(done) { var params = { selectText: "STASH - Stash Testnet", - firstAddress: "YdbhtMuGsPSkE6bPdNTHoFSszQKmK4S5LT", + firstAddress: "yWQCTSkUst7ddYuebKsqa1kSoXEjpCkGKR", }; testNetwork(done, params); }); @@ -2911,7 +2912,7 @@ it('Can change details while old addresses are still being generated', function( }); }); }); -}, generateDelay + 5000); +}, generateDelay + 10000); // Github issue 49 // padding for binary should give length with multiple of 256