mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-26 17:44:41 +00:00
parent
9cb2195e61
commit
ee5a5352fd
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ angular.scenario.output('xml', function(context, runner, model) {
|
||||||
stepContext.attr('status', step.status);
|
stepContext.attr('status', step.status);
|
||||||
it.append(stepContext);
|
it.append(stepContext);
|
||||||
if (step.error) {
|
if (step.error) {
|
||||||
var error = $('<error></error');
|
var error = $('<error></error>');
|
||||||
stepContext.append(error);
|
stepContext.append(error);
|
||||||
error.text(formatException(stepContext.error));
|
error.text(formatException(stepContext.error));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue