ISTWCMS-6375: add completed test to test images are not block elements
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.