]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
Salus (SLS) support added
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index e0eea6b1c4bf75f153a7cf8a97c3f26918f7afb6..4d924717bd084c769a81b031a2b5a02205b9ab5f 100644 (file)
@@ -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",