Feature: Researcher adds images to options As a Researcher I want to add images to multiple-images questions So that the respondent can choose an image Scenario: A new poll Given I am logged in as "Researcher" And create a new poll "poll1" And I visit the "Modificar estructura" page for "poll1" poll And add a group "grupo1" And add a question "pregunta1" as "ImageCheckBox" And add a option "opción1" with weight "1" and image "nada1.jpg" When I click on "save" Then I should see a message that says "guardada correctamente" And an image is in option "opción1"