attachment of nested steps incorrectly rendered in html report #1131
Open
Description
Consider a scenario with Nested Steps:
- A Step with attachment [1]
- Step with Nested Steps
a. First Nested Step with attachment [2]
b. Second Nested Step with attachment [3]
The resulting report should contain 3 different attachments.
The actual report contains only 2 attchaments, although all 3 attachments appear in json report file.
If we would add a dummy step before 2.a step, then 3 attachments appear, however the [2] and [3] attachments are just copies of [1] attachment.
Checked with 1.1.0 and with 1.2.4.