From 38d1b296df81edb8a8a6a15c097332d0bee3d5e0 Mon Sep 17 00:00:00 2001 From: Pawel Cioch Date: Wed, 31 Oct 2018 10:50:42 -0500 Subject: Added Phore (PHR) coin --- tests/spec/tests.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests') diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 2b40fcf..b1308fb 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1341,6 +1341,13 @@ it('Allows selection of ProjectCoin', function(done) { }; testNetwork(done, params); }); +it('Allows selection of Phore', function(done) { + var params = { + selectText: "PHR - Phore", + firstAddress: "PJThxpoXAG6hqrmdeQQbVDX4TJtFTMMymC", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) { -- cgit v1.2.3