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.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index c92689a..6e56ce0 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -640,6 +640,20 @@ it('Allows selection of maza', function(done) {
640 }; 640 };
641 testNetwork(done, params); 641 testNetwork(done, params);
642}); 642});
643it('Allows selection of FIX', function(done) {
644 var params = {
645 selectText: "FIX - FIX",
646 firstAddress: "FS5MEU8fs5dUvsaSCSusV8RQtC8j2h3JEh",
647 };
648 testNetwork(done, params);
649});
650it('Allows selection of FIX testnet', function(done) {
651 var params = {
652 selectText: "FIX - FIX Testnet",
653 firstAddress: "XpnU1HHdNG5YxvG9Rez4wjmidchxqnZaNa",
654 };
655 testNetwork(done, params);
656});
643it('Allows selection of fujicoin', function(done) { 657it('Allows selection of fujicoin', function(done) {
644 var params = { 658 var params = {
645 selectText: "FJC - Fujicoin", 659 selectText: "FJC - Fujicoin",