From: Andrew Hunt Date: Mon, 1 May 2017 15:19:05 +0000 (-0400) Subject: CRM-20478 Case type: test missing activity types for lookup X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ba1ac52dff875bb2e4aa291d89634ce7bacad790;p=civicrm-core.git CRM-20478 Case type: test missing activity types for lookup --- diff --git a/tests/karma/unit/crmCaseTypeSpec.js b/tests/karma/unit/crmCaseTypeSpec.js index 3c20dc32c3..9c87916489 100644 --- a/tests/karma/unit/crmCaseTypeSpec.js +++ b/tests/karma/unit/crmCaseTypeSpec.js @@ -121,7 +121,36 @@ describe('crmCaseType', function() { "is_reserved": "1", "is_active": "1", "component_id": "7" - } + }, + { + "id": "18", + "option_group_id": "2", + "label": "Open Case", + "value": "13", + "name": "Open Case", + "filter": "0", + "is_default": "0", + "weight": "13", + "is_optgroup": "0", + "is_reserved": "1", + "is_active": "1", + "component_id": "7", + "icon": "fa-folder-open-o" + }, + { + "id": "857", + "option_group_id": "2", + "label": "Medical evaluation", + "value": "55", + "name": "Medical evaluation", + "filter": "0", + "is_default": "0", + "weight": "56", + "is_optgroup": "0", + "is_reserved": "0", + "is_active": "1", + "component_id": "7" + }, ] }, relTypes: {