From f1f1e39f8976a8cac4b6dea62a128dae88399458 Mon Sep 17 00:00:00 2001 From: EternityTula Date: Tue, 20 Nov 2018 04:05:07 +0300 Subject: [PATCH] Add Safecoin Safecoin (SAFE) safecoin.org --- tests/spec/tests.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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')) -- 2.41.0