Commit 34bd197
authored
fix(report): remove redundant before-calling screenshot (#2512)
The before-calling screenshot in the report detail panel is derived from task.uiContext.screenshot.
It is the same image as UI Context, not a separately captured recorder snapshot.
The TaskRunner can also reuse UI Context within its 300ms cache window.
That makes the before-calling label ambiguous, so keep UI Context and remove the duplicate image.1 parent 772272a commit 34bd197
1 file changed
Lines changed: 0 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | 252 | | |
264 | 253 | | |
265 | 254 | | |
| |||
0 commit comments