GWY
2022-05-11 1fb0d62c569a30bc0b4c30f48212c5582233184b
force-app/main/default/classes/SearchMemberPageControllerTest.cls
@@ -1,5 +1,11 @@
@isTest
private class SearchMemberPageControllerTest {
    @TestSetup
    static void setup(){
        TestDataUtility.CreatePIPolicyConfigurations(new string[]{'Contact'});
    }
    static testMethod void testMethod1() {
       List<RecordType> rectIE = [select Id from RecordType where IsActive = true and SobjectType = 'Account' and Name = 'Customer IE'];