DarkmiraTour / community-event-manager

Web application with a collection of tools helping people organising community events such as multi-days conference with reminders, CRM and such
GNU General Public License v3.0
21 stars 22 forks source link

Only the image uploaded for the speaker should be tested #199

Open tdutrion opened 5 years ago

tdutrion commented 5 years ago

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).