diff options
author | EternityTula <tu1220t01@mail.ru> | 2018-11-20 04:05:07 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-20 04:05:07 +0300 |
commit | f1f1e39f8976a8cac4b6dea62a128dae88399458 (patch) | |
tree | 9edb9a999a74d8a9ca6a4e94f0d114791e674eb1 /tests | |
parent | 3e4551b0822de0ed41f5d6a31722450864d9ad2c (diff) | |
download | BIP39-f1f1e39f8976a8cac4b6dea62a128dae88399458.tar.gz BIP39-f1f1e39f8976a8cac4b6dea62a128dae88399458.tar.zst BIP39-f1f1e39f8976a8cac4b6dea62a128dae88399458.zip |
Add Safecoin
Safecoin (SAFE) safecoin.org
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 9 |
1 files changed, 8 insertions, 1 deletions
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) { | |||
1355 | }; | 1355 | }; |
1356 | testNetwork(done, params); | 1356 | testNetwork(done, params); |
1357 | }); | 1357 | }); |
1358 | 1358 | it('Allows selection of Safecoin', function(done) { | |
1359 | var params = { | ||
1360 | selectText: "SAFE - Safecoin", | ||
1361 | firstAddress: "RmV56kPW7jeCmDA8sukHwbR7RZSbg9NFNF", | ||
1362 | }; | ||
1363 | testNetwork(done, params); | ||
1364 | }); | ||
1365 | |||
1359 | // BIP39 seed is set from phrase | 1366 | // BIP39 seed is set from phrase |
1360 | it('Sets the bip39 seed from the prhase', function(done) { | 1367 | it('Sets the bip39 seed from the prhase', function(done) { |
1361 | driver.findElement(By.css('.phrase')) | 1368 | driver.findElement(By.css('.phrase')) |