X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=e0eea6b1c4bf75f153a7cf8a97c3f26918f7afb6;hp=6208bfcd78bc9aba7deec7c41de0388dbc33cb5b;hb=ae51db39a33c17abaddad05e2453d11aabb3a461;hpb=e47cd1970f7f40ede6a97fb284df1701a3f252e5 diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 6208bfc..e0eea6b 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -296,7 +296,7 @@ describe('BIP39 Tool Tests', function() { beforeEach(function(done) { driver = newDriver(); - driver.get(url).then(done); + driver.get(url).then(done); }); // Close the website after each test is run (so that it is opened fresh each time) @@ -1089,6 +1089,20 @@ it('Allows selection of Solarcoin', function(done) { }; testNetwork(done, params); }); +it('Allows selection of stash', function(done) { + var params = { + selectText: "STASH - Stash", + firstAddress: "XxwAsWB7REDKmAvHA85SbEZQQtpxeUDxS3", + }; + testNetwork(done, params); +}); +it('Allows selection of stash testnet', function(done) { + var params = { + selectText: "STASH - Stash Testnet", + firstAddress: "YdbhtMuGsPSkE6bPdNTHoFSszQKmK4S5LT", + }; + testNetwork(done, params); +}); it('Allows selection of Stratis', function(done) { var params = { selectText: "STRAT - Stratis",