X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=6c8da325582f64faaf0d5542a11fc92f76e356cb;hp=614dda0c6a9ed0697317a45ca2cbe349dee53886;hb=c51bb4f9e535052967caf29bb85eaa41a680fdee;hpb=3fa0f4cbef006255a9fa1823bc2d60e46e246a97 diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 614dda0..6c8da32 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -506,6 +506,13 @@ it('Allows selection of namecoin', function(done) { }; testNetwork(done, params); }); +it('Allows selection of onixcoin', function(done) { + var params = { + selectText: "ONX - Onixcoin", + firstAddress: "XGwMqddeKjT3ddgX73QokjVbCL3aK6Yxfk", + }; + testNetwork(done, params); +}); it('Allows selection of peercoin', function(done) { var params = { selectText: "PPC - Peercoin",