Report from iframe component not showing details (rel 2.4)
pcieslak opened this issue ยท 13 comments
Looks like a bug in 2.4.0. Will pick it up
Any update on this?
I am currently working on it but it appeared a bit more complicated than I thought. Might take some time since I totally overlooked sublayouts in components specs.
I have released a fix in v 2.4.2. Could you please check it?
Thank you!
Looks fine - after quick check. If anything will be wrong - will reply by end of this week.
@pcieslak Strange, looks like the spec "centered all inside asyncButton 12px" is not rendered in the report at all. I will try to reproduce it.
Here is the sample project I used for reproducing the issue
galen-issue-601.zip
Ok. Issue is reproducible, when rule failed. I've just updated frame.gspec and run your project against it.
@objects
header h3
link a
@rule %{name} should be clickable
${name}:
height 2 to 50px
@rule above link should be %{from} to %{to}
above link ${from} to ${to}px
= Inside frame test =
header:
| above link should be 5 to 10
height 2 to 45px
| header should be clickable
Thanks for reporting it @ZeleniiZmey I actually missed those completely in the new report implementation. I have pushed and released a fix in 2.4.3
It is ok now. Looks like we can close the issue. Many thanks.