From af14981d83441583bf6ed1a27dabb9545a1168f4 Mon Sep 17 00:00:00 2001 From: Aitor Date: Wed, 29 May 2019 12:21:22 +0200 Subject: Add DeepOnion (ONION) --- tests/spec/tests.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests') diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 42dc792..e3f7e1c 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1077,6 +1077,13 @@ it('Allows selection of Omnicore', function(done) { }; testNetwork(done, params); }); +it('Allows selection of DeepOnion', function(done) { + var params = { + selectText: "ONION - DeepOnion", + firstAddress: "DVioZ2Rjc9krDf5bbHuixznSDumzvGpzVw", + }; + testNetwork(done, params); +}); it('Allows selection of Pesobit', function(done) { var params = { selectText: "PSB - Pesobit", -- cgit v1.2.3