fix: 测试用例去掉实际结果非空判断

This commit is contained in:
wenyann 2020-07-20 17:57:28 +08:00
parent 7845317ff6
commit 193f807f94
1 changed files with 0 additions and 5 deletions

View File

@ -298,11 +298,6 @@
return;
}
if (this.testCase.method != 'auto') {
if (!result.actualResult) {
this.$warning(this.testCase.steptResults[i].desc + this.$t('test_track.actual_result')
);
return;
}
if (!result.executeResult) {
this.$warning(this.testCase.steptResults[i].desc + this.$t('test_track.execution_result')
);