X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=58662fd86abc5d34002ffb78d648c1bb06b073da;hb=d645b9826147ce85100fa24bf5fdccd059e4ba76;hp=56c259cc15fb52029e67c18e3a59754bef4b7485;hpb=1fe8f5195f2f38a507cf786c96a172fba4bb303a;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 56c259c..58662fd 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1355,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'))