Merge remote-tracking branch 'origin/v1.1' into v1.1
This commit is contained in:
commit
fadc24275a
|
@ -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')
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue