X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=58662fd86abc5d34002ffb78d648c1bb06b073da;hb=d645b9826147ce85100fa24bf5fdccd059e4ba76;hp=b1308fb99556c1b29a773b44d8be1290166d243b;hpb=ce349ac99f2083eec70f9546354aaa2eae4689ed;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/tests/spec/tests.js b/tests/spec/tests.js index b1308fb..58662fd 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1068,6 +1068,13 @@ it('Allows selection of Putincoin', function(done) { }; testNetwork(done, params); }); +it('Allows selection of Ravencoin', function(done) { + var params = { + selectText: "RVN - Ravencoin", + firstAddress: "RBuDoVNnzvFsEcX8XKPm8ic4mgiCzjUCNk", + }; + testNetwork(done, params); +}); it('Allows selection of Reddcoin', function(done) { var params = { selectText: "RDD - Reddcoin", @@ -1348,7 +1355,14 @@ it('Allows selection of Phore', function(done) { }; testNetwork(done, params); }); - +it('Allows selection of Safecoin', function(done) { + var params = { + selectText: "SAFE - Safecoin", + firstAddress: "RmV56kPW7jeCmDA8sukHwbR7RZSbg9NFNF", + }; + testNetwork(done, params); + }); + // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) { driver.findElement(By.css('.phrase'))