From d2ba387163f7ea240b7a80b78783f1c5047b6f1a Mon Sep 17 00:00:00 2001 From: Pawel Cioch Date: Sun, 21 Oct 2018 14:57:38 -0500 Subject: Added PRJ - ProjectCoin --- tests/spec/tests.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 4a4146c..590f4e3 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1333,7 +1333,13 @@ it('Allows selection of ANON', function(done) { }; testNetwork(done, params); }); - +it('Allows selection of ProjectCoin', function(done) { + var params = { + selectText: "PRJ - ProjectCoin", + firstAddress: "PXZG97saRseSCftfe1mcFmfAA7pf6qBbaz", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) { -- cgit v1.2.3