diff --git a/spec/system/budget_polls/voter_spec.rb b/spec/system/budget_polls/voter_spec.rb index b6c71c031..53f31c60d 100644 --- a/spec/system/budget_polls/voter_spec.rb +++ b/spec/system/budget_polls/voter_spec.rb @@ -54,6 +54,8 @@ describe "BudgetPolls", :with_frozen_time do within("#poll_#{poll.id}") do click_button("Confirm vote") + + expect(page).to have_content "Vote introduced" end visit new_officing_residence_path