X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fspec%2Ftests.js;h=f3073129466409578491a840dcbaedcca49605ca;hb=519e9dc728f03eab31c8b050f174119a1dcccd59;hp=dd90a667fc57bdbe642f7eb1bcc5174ec89f66c2;hpb=881fbe22340c0ca4936f7dda3c921cf9c8b3d140;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/tests/spec/tests.js b/tests/spec/tests.js index dd90a66..f307312 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -829,6 +829,13 @@ it('Allows selection of Compcoin', function(done) { }; testNetwork(done, params); }); +it('Allows selection of CPUchain', function(done) { + var params = { + selectText: "CPU - CPUchain", + firstAddress: "CWWkTPkNRdpTDSfPw7gxUt9cEaC5PSsP3Y", + }; + testNetwork(done, params); +}); it('Allows selection of Crave', function(done) { var params = { selectText: "CRAVE - Crave",