diff --git a/spec/support/common_actions/votes.rb b/spec/support/common_actions/votes.rb index 9ab6b863a..1fd37e631 100644 --- a/spec/support/common_actions/votes.rb +++ b/spec/support/common_actions/votes.rb @@ -19,9 +19,4 @@ module Votes expect(page).to have_content "Only verified users can vote on proposals" expect(page).to have_selector(".in-favor", visible: false) end - - def expect_message_voting_not_allowed - expect(page).to have_content "Voting phase is closed" - expect(page).not_to have_selector(".in-favor a") - end end