]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Add Safecoin
authorEternityTula <tu1220t01@mail.ru>
Tue, 20 Nov 2018 01:05:07 +0000 (04:05 +0300)
committerGitHub <noreply@github.com>
Tue, 20 Nov 2018 01:05:07 +0000 (04:05 +0300)
Safecoin (SAFE) safecoin.org

tests/spec/tests.js

index 56c259cc15fb52029e67c18e3a59754bef4b7485..58662fd86abc5d34002ffb78d648c1bb06b073da 100644 (file)
@@ -1355,7 +1355,14 @@ it('Allows selection of Phore', function(done) {
     };
     testNetwork(done, params);
 });
     };
     testNetwork(done, params);
 });
-
+it('Allows selection of Safecoin', function(done) {
+     var params = {
+         selectText: "SAFE - Safecoin",
+         firstAddress: "RmV56kPW7jeCmDA8sukHwbR7RZSbg9NFNF",
+     };
+     testNetwork(done, params);
+ });
+    
 // BIP39 seed is set from phrase
 it('Sets the bip39 seed from the prhase', function(done) {
     driver.findElement(By.css('.phrase'))
 // BIP39 seed is set from phrase
 it('Sets the bip39 seed from the prhase', function(done) {
     driver.findElement(By.css('.phrase'))