X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=6e56ce0a5a219bf5ecbccd212c78d86e9c94c0ce;hp=c92689a78c247e3e3e82c0a63321a3dba9e262b1;hb=7d4e4cbe2677976e12e9b35a00f032eb038848e2;hpb=82e3938afe3e76000b58e6a49e204ffff10fbd5a diff --git a/tests/spec/tests.js b/tests/spec/tests.js index c92689a..6e56ce0 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -640,6 +640,20 @@ it('Allows selection of maza', function(done) { }; testNetwork(done, params); }); +it('Allows selection of FIX', function(done) { + var params = { + selectText: "FIX - FIX", + firstAddress: "FS5MEU8fs5dUvsaSCSusV8RQtC8j2h3JEh", + }; + testNetwork(done, params); +}); +it('Allows selection of FIX testnet', function(done) { + var params = { + selectText: "FIX - FIX Testnet", + firstAddress: "XpnU1HHdNG5YxvG9Rez4wjmidchxqnZaNa", + }; + testNetwork(done, params); +}); it('Allows selection of fujicoin', function(done) { var params = { selectText: "FJC - Fujicoin",