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) {