scenario "Budget polls should not appear in the list" do
      poll = create(:poll)
      budget_poll = create(:poll, :for_budget)

      visit admin_polls_path