]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
Add test for Pull Request 319 EnergyWeb
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index 0ddbdba9486e6905de2731dd366dc98505973e0a..fc09ef5f12f1e50f0360d4141982fea11b56b25b 100644 (file)
@@ -1615,6 +1615,13 @@ it('Allows selection of Elastos', function(done) {
     };
     testNetwork(done, params);
 });
+fit('Allows selection of Energyweb', function(done) {
+    var params = {
+        selectText: "EWT - EnergyWeb",
+        firstAddress: "0x190aCfa6dA6Ff2D0a28Fbd0e02Aec493bCa5D7f7",
+    };
+    testNetwork(done, params);
+});
 
 // BIP39 seed is set from phrase
 it('Sets the bip39 seed from the prhase', function(done) {