Feature: Administrator removes all .poll_results from a poll As an administrator I want to empty (reset) a poll from results So that the poll get fresh for new .poll_results Scenario: A poll with .poll_results Given I am logged in as "Administrator" And "poll_with_results" exists And "poll_with_results" has "simple.poll_result" When I visit the "Edit" page for "poll_with_results" poll And click on "eliminar_resultados" Then I should see a message that says "¿Está seguro" When click on "eliminar_resultados" Then I should see a message that says "han sido eliminados" And I visit the "Resultados" page for "poll_with_results" poll And There is no text "simple.poll_result"