diff --git a/src/scenario/output/Xml.js b/src/scenario/output/Xml.js index 9a2071b9d82a..6cd27fe7765f 100644 --- a/src/scenario/output/Xml.js +++ b/src/scenario/output/Xml.js @@ -41,7 +41,7 @@ angular.scenario.output('xml', function(context, runner, model) { stepContext.attr('status', step.status); it.append(stepContext); if (step.error) { - var error = $(''); stepContext.append(error); error.text(formatException(stepContext.error)); }