diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 7 |
1 files changed, 7 insertions, 0 deletions
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) { | |||
1341 | }; | 1341 | }; |
1342 | testNetwork(done, params); | 1342 | testNetwork(done, params); |
1343 | }); | 1343 | }); |
1344 | it('Allows selection of Phore', function(done) { | ||
1345 | var params = { | ||
1346 | selectText: "PHR - Phore", | ||
1347 | firstAddress: "PJThxpoXAG6hqrmdeQQbVDX4TJtFTMMymC", | ||
1348 | }; | ||
1349 | testNetwork(done, params); | ||
1350 | }); | ||
1344 | 1351 | ||
1345 | // BIP39 seed is set from phrase | 1352 | // BIP39 seed is set from phrase |
1346 | it('Sets the bip39 seed from the prhase', function(done) { | 1353 | it('Sets the bip39 seed from the prhase', function(done) { |