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.js9
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index d71a61c..a22d749 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -474,8 +474,15 @@ it('Allows selection of clam', function(done) {
474}); 474});
475it('Allows selection of crown', function(done) { 475it('Allows selection of crown', function(done) {
476 var params = { 476 var params = {
477 selectText: "CRW - Crown (Legacy)",
478 firstAddress: "18pWSwSUAQdiwMHUfFZB1fM2xue9X1FqE5",
479 };
480 testNetwork(done, params);
481});
482it('Allows selection of crown', function(done) {
483 var params = {
477 selectText: "CRW - Crown", 484 selectText: "CRW - Crown",
478 firstAddress: "18pWSwSUAQdiwMHUfFZB1fM2xue9X1FqE5", 485 firstAddress: "CRWKnVmVhvH1KWTYe6sq8xV4dFGcFpBEEkPQ",
479 }; 486 };
480 testNetwork(done, params); 487 testNetwork(done, params);
481}); 488});