X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=b5fb4a4ea89a12ea66665bc1cad5092576232327;hb=a44c45e3c06a462e2de609317ba371894ed0ccee;hp=e0eea6b1c4bf75f153a7cf8a97c3f26918f7afb6;hpb=ae51db39a33c17abaddad05e2453d11aabb3a461;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/tests/spec/tests.js b/tests/spec/tests.js index e0eea6b..b5fb4a4 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) @@ -1075,6 +1075,11 @@ it('Allows selection of Rubycoin', function(done) { }; testNetwork(done, params); }); +it('Allows selection of Salus', function(done) { + var params = { + selectText: "SLS - Salus", + firstAddress: "SgdYBmVytcW2aCYitdegwkUcCU7RSqYokB", + }; it('Allows selection of Smileycoin', function(done) { var params = { selectText: "SMLY - Smileycoin", @@ -1285,6 +1290,13 @@ it('Allows selection of HUSH', function(done) { }; testNetwork(done, params); }); +it('Allows selection of ExchangeCoin', function(done) { + var params = { + selectText: "EXCC - ExchangeCoin", + firstAddress: "22txYKpFN5fwGwdSs2UBf7ywewbLM92YqK7E", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase