19626
2023-10-31 fd9df05c48c09b4d7f39a3b401882bda226dedea
force-app/main/default/classes/lexLostCancelReportControllerTest.cls
@@ -81,8 +81,6 @@
        // 失单
        Lost_cancel_report__c lcr1 = new Lost_cancel_report__c(
            Opportunity__c = opp1.Id, 
            CompetitorProduct1__c = prd1.Id,
            CompetitorProduct2__c = prd2.Id,
            RecordTypeId = rectLost[0].Id
        );
        // 取消
@@ -95,6 +93,7 @@
        lexLostCancelReportController.initForEditCancelReport(lcr2.Id);
        lexLostCancelReportController.initSubmitReportButton(lcr2.Id);
        lexLostCancelReportController.updateSubmitReportButton(lcr2.Id);
        lexLostCancelReportController.updateSubmitReportButton(rectLost[0].Id);
        Test.stopTest();
    }
}