Details
Description
the template html report contains a few encoded html tags where the actual tag would be correct (span for parameters), this is probably due to the changes for JBEHAVE-802.
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 3.6.9 [ 18650 ] |
Mauro Talevi
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Mauro Talevi
made changes -
Fix Version/s | 3.7 [ 18390 ] |
e.g. if you have a story
then the resulting html should be
but is
<div class="step successful">Then I say '<span class="step parameter">something other</span>' </div>