From 680b94c1efc9a70d82f611de3e0c3043b395b9dc Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Tue, 27 Mar 2018 10:28:39 +1100 Subject: [PATCH] Add test for Beetlecoin --- tests/spec/tests.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 367dc91..80add73 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -634,6 +634,13 @@ it('Allows selection of Neblio', function(done) { }; testNetwork(done, params); }); +it('Allows selection of Beetlecoin', function(done) { + var params = { + selectText: "BEET - Beetlecoin", + firstAddress: "BVmtbEsGrjpknprmpHFq26z4kYHJUFHE71", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) { -- 2.41.0