X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=614dda0c6a9ed0697317a45ca2cbe349dee53886;hp=409219b1d6b418d18c298fd11ff96bf101f92e25;hb=aab3645f21ce1ce0137eefb5df62d395af023516;hpb=26dd39fd0e5f77475a8feb64cc65f759985c2752 diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 409219b..614dda0 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -492,6 +492,13 @@ it('Allows selection of game', function(done) { }; testNetwork(done, params); }); +it('Allows selection of game', function(done) { + var params = { + selectText: "KMD - Komodo", + firstAddress: "RJL777dmaB3PYqHEJGMJKWWkLPdu1ypGi4", + }; + testNetwork(done, params); +}); it('Allows selection of namecoin', function(done) { var params = { selectText: "NMC - Namecoin",