aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/tests.js')
-rw-r--r--tests/spec/tests.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index 7252cda..4a4146c 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1326,6 +1326,13 @@ it('Allows selection of BitcoinGreen', function(done) {
1326 }; 1326 };
1327 testNetwork(done, params); 1327 testNetwork(done, params);
1328}); 1328});
1329it('Allows selection of ANON', function(done) {
1330 var params = {
1331 selectText: "ANON - ANON",
1332 firstAddress: "AnU6pijpEeUZFWSTyM2qTqZQn996Zq1Xard",
1333 };
1334 testNetwork(done, params);
1335});
1329 1336
1330 1337
1331// BIP39 seed is set from phrase 1338// BIP39 seed is set from phrase