From 491948dbcb6bee740158037a8aefe5096becb76e Mon Sep 17 00:00:00 2001 From: hostgame Date: Wed, 3 Apr 2019 17:09:41 +0600 Subject: Nebulas. Add test spec. Replace nebulas.js by account part of nebulas.js only. --- 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 e0b1161..364349c 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -991,6 +991,13 @@ it('Allows selection of Navcoin', function(done) { }; testNetwork(done, params); }); +it('Allows selection of Nebulas', function(done) { + var params = { + selectText: "NAS - Nebulas", + firstAddress: "n1PbK61DGBfDoDusLw621G6sVSMfLLHdfnm", + }; + testNetwork(done, params); +}); it('Allows selection of Neoscoin', function(done) { var params = { selectText: "NEOS - Neoscoin", -- cgit v1.2.3