aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/spec/tests.js9
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 1358it('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
1360it('Sets the bip39 seed from the prhase', function(done) { 1367it('Sets the bip39 seed from the prhase', function(done) {
1361 driver.findElement(By.css('.phrase')) 1368 driver.findElement(By.css('.phrase'))