fix: 测试用例去掉实际结果非空判断
This commit is contained in:
parent
7845317ff6
commit
193f807f94
|
@ -298,11 +298,6 @@
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (this.testCase.method != 'auto') {
|
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) {
|
if (!result.executeResult) {
|
||||||
this.$warning(this.testCase.steptResults[i].desc + this.$t('test_track.execution_result')
|
this.$warning(this.testCase.steptResults[i].desc + this.$t('test_track.execution_result')
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue