mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +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);
|
||||
it.append(stepContext);
|
||||
if (step.error) {
|
||||
var error = $('<error></error');
|
||||
var error = $('<error></error>');
|
||||
stepContext.append(error);
|
||||
error.text(formatException(stepContext.error));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue