diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index ad40b95..e0b1161 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1404,6 +1404,13 @@ it('Allows selection of BlockStamp', function(done) { | |||
1404 | }; | 1404 | }; |
1405 | testNetwork(done, params); | 1405 | testNetwork(done, params); |
1406 | }); | 1406 | }); |
1407 | it('Allows selection of DEXON', function(done) { | ||
1408 | var params = { | ||
1409 | selectText: "DXN - DEXON", | ||
1410 | firstAddress: "0x136a58788033E028CCd740FbDec6734358DB56Ec", | ||
1411 | }; | ||
1412 | testNetwork(done, params); | ||
1413 | }); | ||
1407 | 1414 | ||
1408 | // BIP39 seed is set from phrase | 1415 | // BIP39 seed is set from phrase |
1409 | it('Sets the bip39 seed from the prhase', function(done) { | 1416 | it('Sets the bip39 seed from the prhase', function(done) { |