From 10980ed68cfcf683e64aef4d7c463c6b2b729185 Mon Sep 17 00:00:00 2001 From: robiiinos Date: Tue, 26 Feb 2019 03:08:08 +0900 Subject: Added - NIX Platform --- 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 9c4b972..ad40b95 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -998,6 +998,13 @@ it('Allows selection of Neoscoin', function(done) { }; testNetwork(done, params); }); +it('Allows selection of Nix', function(done) { + var params = { + selectText: "NIX - NIX Platform", + firstAddress: "GgcNW2SQQXB4LWHRQTHKkQF3GzXNSLqS8u", + }; + testNetwork(done, params); +}); it('Allows selection of Neurocoin', function(done) { var params = { selectText: "NRO - Neurocoin", -- cgit v1.2.3