X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=364349cfb9a9312411a2050fb92309e3d7532b82;hb=491948dbcb6bee740158037a8aefe5096becb76e;hp=e0b11616021cd797dd51a0d0b4b472684e66cdb0;hpb=dba22db54d6adc81660f4cca45edb30db3899ad9;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git 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",