From c2b5de100c4f9dd437cf47899df5b560cbad660f Mon Sep 17 00:00:00 2001 From: Gerry Campion Date: Wed, 9 Aug 2023 17:06:02 -0400 Subject: [PATCH] Update for engine issue_reported --- src/components/TestStep/ResultsTestStep.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/TestStep/ResultsTestStep.tsx b/src/components/TestStep/ResultsTestStep.tsx index 2a8f422..94325cf 100644 --- a/src/components/TestStep/ResultsTestStep.tsx +++ b/src/components/TestStep/ResultsTestStep.tsx @@ -72,8 +72,8 @@ export default function ResultsTestStep() { currentRecordResult: { errors: [] } ) => aggregateRecordResult + - (currentRecordResult["executionStatus"] === "success" && - "errors" in currentRecordResult + (currentRecordResult["executionStatus"] === + "issue_reported" && "errors" in currentRecordResult ? currentRecordResult["errors"].length : 0), 0