Remove unused method

It isn't used since commit d0b8fef6.
This commit is contained in:
Javi Martín
2020-10-13 17:50:00 +02:00
parent d348e4b688
commit 11b8561ed8

View File

@@ -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