X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=ad40b953cb51535af99f0f5c0d4596f4ec0dc504;hb=10980ed68cfcf683e64aef4d7c463c6b2b729185;hp=9c4b97206874fd84aa6e3b6187618a8f591551c5;hpb=5dcc0ce632ee165c5e2d9e4e27b3a361f0c61d09;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git 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",