I'm trying to do this
$I->seeElement('DIV#security IMG.verisign');
to check if the images with the Verisign logo is loaded, but the test passes even if the image is not loaded (for a 404 if the file name of the source is wrong).
What's the right way to check for image loaded?