fix: 测试用例保存判断
This commit is contained in:
parent
aeeed5a37d
commit
5f8d2a7374
|
@ -282,6 +282,7 @@
|
|||
+ this.$t('test_track.length_less_than') + '300');
|
||||
return;
|
||||
}
|
||||
if (this.testCase.method != 'auto') {
|
||||
if (!result.actualResult) {
|
||||
this.$warning(this.testCase.steptResults[i].desc + this.$t('test_track.actual_result')
|
||||
);
|
||||
|
@ -292,6 +293,7 @@
|
|||
);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
param.results.push(result);
|
||||
|
|
Loading…
Reference in New Issue