fix: 测试用例保存判断

This commit is contained in:
wenyann 2020-07-17 15:41:14 +08:00
parent aeeed5a37d
commit 5f8d2a7374
1 changed files with 11 additions and 9 deletions

View File

@ -282,6 +282,7 @@
+ this.$t('test_track.length_less_than') + '300'); + this.$t('test_track.length_less_than') + '300');
return; return;
} }
if (this.testCase.method != 'auto') {
if (!result.actualResult) { if (!result.actualResult) {
this.$warning(this.testCase.steptResults[i].desc + this.$t('test_track.actual_result') this.$warning(this.testCase.steptResults[i].desc + this.$t('test_track.actual_result')
); );
@ -292,6 +293,7 @@
); );
return; return;
} }
}
param.results.push(result); param.results.push(result);