params doesnt exist here

This commit is contained in:
Simon Knott 2024-10-10 11:45:10 +02:00
parent cd76bb7d3e
commit e846370f77
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -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),