When creating a speaker, one can upload its profile picture. The acceptance testing for that only check whether all the images in the page are available (non 404), while it should test whether the uploaded image exist (not really care about the other images), and check for any error (so basically if the return code is in the 200 <=> 299 range).
From https://github.com/DarkmiraTour/community-event-manager/pull/197/files_
When creating a speaker, one can upload its profile picture. The acceptance testing for that only check whether all the images in the page are available (non 404), while it should test whether the uploaded image exist (not really care about the other images), and check for any error (so basically if the return code is in the 200 <=> 299 range).