diff --git a/test-track/frontend/src/business/plan/view/comonents/functional/TestPlanCaseStepResultsItem.vue b/test-track/frontend/src/business/plan/view/comonents/functional/TestPlanCaseStepResultsItem.vue index fe3fa7f104..5750c7ecf9 100644 --- a/test-track/frontend/src/business/plan/view/comonents/functional/TestPlanCaseStepResultsItem.vue +++ b/test-track/frontend/src/business/plan/view/comonents/functional/TestPlanCaseStepResultsItem.vue @@ -96,7 +96,7 @@ export default { } }, watch: { - 'testCase.steptResults.length'() { + 'testCase.steptResults'() { this.$nextTick(() => { this.resizeTextarea(); for (let i = 0; i < this.testCase.steptResults.length; i++) {