diff --git a/app/views/admin/poll/questions/_successful_proposals.html.erb b/app/views/admin/poll/questions/_successful_proposals.html.erb index 4f3fda4d5..f58c84d25 100644 --- a/app/views/admin/poll/questions/_successful_proposals.html.erb +++ b/app/views/admin/poll/questions/_successful_proposals.html.erb @@ -12,7 +12,6 @@ <%= link_to proposal.title, proposal_path(proposal) %>

<%= proposal.summary %>
- <%= proposal.question %>

diff --git a/spec/features/admin/poll/questions_spec.rb b/spec/features/admin/poll/questions_spec.rb index 2966671d1..188fcf215 100644 --- a/spec/features/admin/poll/questions_spec.rb +++ b/spec/features/admin/poll/questions_spec.rb @@ -117,6 +117,10 @@ feature "Admin poll questions" do click_button "Save" expect(page).to have_content(proposal.title) + + visit admin_questions_path + + expect(page).to have_content(proposal.title) end scenario "Update" do