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