From 455886617dc867edfcc1733d38271f45f9589df4 Mon Sep 17 00:00:00 2001 From: Kevin van der Poll Date: Thu, 11 Oct 2018 15:10:24 -0400 Subject: Add ANON --- tests/spec/tests.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/spec/tests.js') diff --git a/tests/spec/tests.js b/tests/spec/tests.js index acd8815..892774b 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1319,6 +1319,13 @@ it('Allows selection of Artax', function(done) { }; testNetwork(done, params); }); +it('Allows selection of ANON', function(done) { + var params = { + selectText: "ANON - ANON", + firstAddress: "AnU6pijpEeUZFWSTyM2qTqZQn996Zq1Xard", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase -- cgit v1.2.3