diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 58662fd..0bb56f8 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1362,7 +1362,21 @@ it('Allows selection of Safecoin', function(done) { | |||
1362 | }; | 1362 | }; |
1363 | testNetwork(done, params); | 1363 | testNetwork(done, params); |
1364 | }); | 1364 | }); |
1365 | 1365 | it('Allows selection of Blocknode', function(done) { | |
1366 | var params = { | ||
1367 | selectText: "BND - Blocknode", | ||
1368 | firstAddress: "BG8xZSAur2jYLG9VXt8dYfkKxxeR7w9bSe", | ||
1369 | }; | ||
1370 | testNetwork(done, params); | ||
1371 | }); | ||
1372 | it('Allows selection of Blocknode Testnet', function(done) { | ||
1373 | var params = { | ||
1374 | selectText: "tBND - Blocknode Testnet", | ||
1375 | firstAddress: "bSptsFyDktFSKpWveRywJsDoJA2TC6qfHv", | ||
1376 | }; | ||
1377 | testNetwork(done, params); | ||
1378 | }); | ||
1379 | |||
1366 | // BIP39 seed is set from phrase | 1380 | // BIP39 seed is set from phrase |
1367 | it('Sets the bip39 seed from the prhase', function(done) { | 1381 | it('Sets the bip39 seed from the prhase', function(done) { |
1368 | driver.findElement(By.css('.phrase')) | 1382 | driver.findElement(By.css('.phrase')) |