within "#poll_question_#{question.id}_answers" do
      click_button "Yes"

      expect(page).to have_button("You have voted Yes")
      expect(page).to have_button("Vote No")