fixes random failing spec

This commit is contained in:
rgarcia
2015-09-14 13:30:33 +02:00
parent d60f342928
commit 47ebc41c69

View File

@@ -435,6 +435,7 @@ feature 'Votes' do
visit "/"
click_link "Logout"
expect(page).to have_content "Signed out successfully."
within("#proposal_#{proposal.id}") do
find("div.supports").hover