diff --git a/scripts/pr-comment-test-report.js b/scripts/pr-comment-test-report.js index 21386d3898..134df432ae 100644 --- a/scripts/pr-comment-test-report.js +++ b/scripts/pr-comment-test-report.js @@ -69,7 +69,7 @@ module.exports = async ({ github, context, fetch, reports }) => { if (test.retriesCount > 0) { retriedTests.push(test); - if (test.retriedStatusChangedTests) { + if (test.retriesStatusChange) { retriedStatusChangedTests.push(test); } }