params doesnt exist here
This commit is contained in:
parent
cd76bb7d3e
commit
e846370f77
|
|
@ -500,7 +500,6 @@ class HtmlBuilder {
|
|||
title: step.title,
|
||||
category: step.category,
|
||||
startTime: step.startTime.toISOString(),
|
||||
params: step.params,
|
||||
duration,
|
||||
steps: dedupeSteps(step.steps).map(s => this._createTestStep(s)),
|
||||
location: this._relativeLocation(step.location),
|
||||
|
|
|
|||
Loading…
Reference in a new issue