Skip to content

Commit

Permalink
Merge pull request #430 from Yannie258/bugfixing/report-ng-aspect
Browse files Browse the repository at this point in the history
parse html elements inside message of display failure aspect
  • Loading branch information
martingrossmann authored Jun 7, 2024
2 parents 25ad8fd + b26bfdd commit d34b87f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<td class="p1 wrapable" mdc-body1>
<a route-href="route: tests; params.bind: {failureAspect: failureAspect.index+1}"
><class-name-markup namespace.bind="failureAspect.relevantCause.className" highlight.bind="_searchRegexp">:</class-name-markup>
<span innerhtml.bind="failureAspect.message|highlightText:_searchRegexp"></span></a>
<span innerhtml.bind="failureAspect.message | htmlEscape | highlightText:_searchRegexp"></span></a>
</td>
<td>
<div repeat.for="status of failureAspect.availableStatuses" class="mt1 mb1">
Expand Down

0 comments on commit d34b87f

Please sign in to comment.