Skip to content

Commit 7de89aa

Browse files
Update for engine issue_reported (#197)
Co-authored-by: RamilCDISC <113539111+RamilCDISC@users.noreply.github.com>
1 parent 3712917 commit 7de89aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/TestStep/ResultsTestStep.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ export default function ResultsTestStep() {
7272
currentRecordResult: { errors: [] }
7373
) =>
7474
aggregateRecordResult +
75-
(currentRecordResult["executionStatus"] === "success" &&
76-
"errors" in currentRecordResult
75+
(currentRecordResult["executionStatus"] ===
76+
"issue_reported" && "errors" in currentRecordResult
7777
? currentRecordResult["errors"].length
7878
: 0),
7979
0

0 commit comments

Comments
 (0)