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 f69bca6..dd90a66 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1319,6 +1319,13 @@ it('Allows selection of Vpncoin', function(done) { | |||
1319 | }; | 1319 | }; |
1320 | testNetwork(done, params); | 1320 | testNetwork(done, params); |
1321 | }); | 1321 | }); |
1322 | it('Allows selection of VeChain', function(done) { | ||
1323 | var params = { | ||
1324 | selectText: "VET - VeChain", | ||
1325 | firstAddress: "0xdba55B1B6070f3a733D5eDFf35F0da4A00E455F2", | ||
1326 | }; | ||
1327 | testNetwork(done, params); | ||
1328 | }); | ||
1322 | it('Allows selection of Whitecoin', function(done) { | 1329 | it('Allows selection of Whitecoin', function(done) { |
1323 | var params = { | 1330 | var params = { |
1324 | selectText: "XWC - Whitecoin", | 1331 | selectText: "XWC - Whitecoin", |