when a step times out, there's no "step end" event for it
This commit is contained in:
parent
d277551177
commit
c86ffbd19f
|
|
@ -544,7 +544,7 @@ class TeleTestStep implements reporterTypes.TestStep {
|
||||||
}
|
}
|
||||||
|
|
||||||
get attachments() {
|
get attachments() {
|
||||||
return this._endPayload!.attachments?.map(index => this.result.attachments[index]) ?? [];
|
return this._endPayload?.attachments?.map(index => this.result.attachments[index]) ?? [];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue