From: EternityTula Date: Tue, 20 Nov 2018 01:05:07 +0000 (+0300) Subject: Add Safecoin X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=f1f1e39f8976a8cac4b6dea62a128dae88399458;ds=sidebyside Add Safecoin Safecoin (SAFE) safecoin.org --- diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 56c259c..58662fd 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1355,7 +1355,14 @@ it('Allows selection of Phore', function(done) { }; 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'))