aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/tests.js')
-rw-r--r--tests/spec/tests.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index 14cdb8e..d17c8ef 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -2155,6 +2155,16 @@ it('Allows selection of Stellar', function(done) {
2155 }; 2155 };
2156 testNetwork(done, params); 2156 testNetwork(done, params);
2157}); 2157});
2158it('Allows selection of Nano', function(done) {
2159 var params = {
2160 selectText: "NANO - Nano",
2161 phrase: "deal wedding panda forum property artist whip total word student sea middle",
2162 firstAddress: "nano_15fum9n68681dz73qyu37fuc9tro84gqm86eptdqpm9jutkfnt34agkoqpw5",
2163 firstPubKey: "0DBB99E84310C05FCA1BFB612B76A3EB15309D79988CB6977B4CF1DEA4DA6822",
2164 firstPrivKey: "30633C8497CC47E0AEFD52C7971FFD45E6C5D166274C7978FECA3482A859C0AF",
2165 };
2166 testNetwork(done, params);
2167});
2158it('Allows selection of Wagerr', function(done) { 2168it('Allows selection of Wagerr', function(done) {
2159 var params = { 2169 var params = {
2160 selectText: "WGR - Wagerr", 2170 selectText: "WGR - Wagerr",