diff options
Diffstat (limited to 'tests/spec')
-rw-r--r-- | tests/spec/tests.js | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index c97c973..ddb909a 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1215,6 +1215,55 @@ it('Allows selection of Energi', function(done) { | |||
1215 | }; | 1215 | }; |
1216 | testNetwork(done, params); | 1216 | testNetwork(done, params); |
1217 | }); | 1217 | }); |
1218 | it('Allows selection of Ethereum Classic', function(done) { | ||
1219 | var params = { | ||
1220 | selectText: "ETC - Ethereum Classic", | ||
1221 | firstAddress: "0x3c05e5556693808367afB62eF3b63e35d6eD249A", | ||
1222 | }; | ||
1223 | testNetwork(done, params); | ||
1224 | }); | ||
1225 | it('Allows selection of Pirl', function(done) { | ||
1226 | var params = { | ||
1227 | selectText: "PIRL - Pirl", | ||
1228 | firstAddress: "0xe77FC0723dA122B5025CA79193c28563eB47e776", | ||
1229 | }; | ||
1230 | testNetwork(done, params); | ||
1231 | }); | ||
1232 | it('Allows selection of MIX', function(done) { | ||
1233 | var params = { | ||
1234 | selectText: "MIX - MIX", | ||
1235 | firstAddress: "0x98BC5e63aeb6A4e82d72850d20710F07E29A29F1", | ||
1236 | }; | ||
1237 | testNetwork(done, params); | ||
1238 | }); | ||
1239 | it('Allows selection of Musicoin', function(done) { | ||
1240 | var params = { | ||
1241 | selectText: "MUSIC - Musicoin", | ||
1242 | firstAddress: "0xDc060e4A0b0313ea83Cf6B3A39B9db2D29004897", | ||
1243 | }; | ||
1244 | testNetwork(done, params); | ||
1245 | }); | ||
1246 | it('Allows selection of Poa', function(done) { | ||
1247 | var params = { | ||
1248 | selectText: "POA - Poa", | ||
1249 | firstAddress: "0x53aF28d754e106210C3d0467Dd581eaf7e3C5e60", | ||
1250 | }; | ||
1251 | testNetwork(done, params); | ||
1252 | }); | ||
1253 | it('Allows selection of Expanse', function(done) { | ||
1254 | var params = { | ||
1255 | selectText: "EXP - Expanse", | ||
1256 | firstAddress: "0xf57FeAbf26582b6E3E666559d3B1Cc6fB2b2c5F6", | ||
1257 | }; | ||
1258 | testNetwork(done, params); | ||
1259 | }); | ||
1260 | it('Allows selection of Callisto', function(done) { | ||
1261 | var params = { | ||
1262 | selectText: "CLO - Callisto", | ||
1263 | firstAddress: "0x4f9364F7420B317266C51Dc8eB979717D4dE3f4E", | ||
1264 | }; | ||
1265 | testNetwork(done, params); | ||
1266 | }); | ||
1218 | 1267 | ||
1219 | 1268 | ||
1220 | // BIP39 seed is set from phrase | 1269 | // BIP39 seed is set from phrase |