mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +00:00
Merge branch 'master' into master
This commit is contained in:
@@ -1362,7 +1362,21 @@ it('Allows selection of Safecoin', function(done) {
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
|
||||
it('Allows selection of Blocknode', function(done) {
|
||||
var params = {
|
||||
selectText: "BND - Blocknode",
|
||||
firstAddress: "BG8xZSAur2jYLG9VXt8dYfkKxxeR7w9bSe",
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
it('Allows selection of Blocknode Testnet', function(done) {
|
||||
var params = {
|
||||
selectText: "tBND - Blocknode Testnet",
|
||||
firstAddress: "bSptsFyDktFSKpWveRywJsDoJA2TC6qfHv",
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
|
||||
// BIP39 seed is set from phrase
|
||||
it('Sets the bip39 seed from the prhase', function(done) {
|
||||
driver.findElement(By.css('.phrase'))
|
||||
|
||||
Reference in New Issue
Block a user