-
Bug
-
Resolution: Fixed
-
Minor
-
None
The method JenkinsRule#assertAllImageLoadSuccessfully tries to download all images provided by `<img>` tags. It does so by reading the height of the image.
It throws an exception when trying to load SVG images on tags like `<img src="/path/to/example.svg" />`, because SVGs cannot be read by a buffered reader.