fix:修复执行测试计划,提示关联有测试
This commit is contained in:
parent
24bfb51f79
commit
e14af29232
|
@ -482,7 +482,7 @@
|
|||
this.$warning(this.$t("test_track.case.relate_test_not_find"));
|
||||
}
|
||||
});
|
||||
} else if (this.testCase.testId === 'other') {
|
||||
} else if (this.testCase.testId === 'other' && this.testCase.method == 'auto') {
|
||||
this.$warning(this.$t("test_track.case.other_relate_test_not_find"));
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue