From 0a5d28a7adb5f38421eb4b1ad9223c25ebdb4981 Mon Sep 17 00:00:00 2001 From: xarakas Date: Wed, 18 Apr 2018 14:54:02 +0300 Subject: Add Kobocoin support --- tests/spec/tests.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/spec') diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 034b50f..ac2151e 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -900,6 +900,13 @@ it('Allows selection of Ixcoin', function(done) { }; testNetwork(done, params); }); +it('Allows selection of Kobocoin', function(done) { + var params = { + selectText: "KOBO - Kobocoin", + firstAddress: "FTVoNJETXDAM8x7MnmdE8RwWndSr9PQWhy", + }; + testNetwork(done, params); +}); it('Allows selection of Landcoin', function(done) { var params = { selectText: "LDCN - Landcoin", -- cgit v1.2.3