diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 9 |
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 | }); |
475 | it('Allows selection of crown', function(done) { | 475 | it('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 | }); | ||
482 | it('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 | }); |