Skip to content

ISTWCMS-6375: add completed test to test images are not block elements

Jessica Ding requested to merge feature/ISTWCMS-6375-jl3ding-img-tag-test into 3.2.x

Add imgInlineTest that tests that images added inline to a copy text block have a parent which is a block (this should indicate it is inline). Finds copy text block by class, and finds image by alt text. Removes each inserted block before adding a new one to ensure only one image can be found (avoids ambiguity) at a time. Removes web page at the end.

Merge request reports