Nebulas. Add test spec. Replace nebulas.js by account part of nebulas.js only.

This commit is contained in:
hostgame
2019-04-03 17:09:41 +06:00
parent 7a11300336
commit 491948dbcb
4 changed files with 3490 additions and 16034 deletions

View File

@@ -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",