From 44758c9278a862474c671568db23f1d18e5b2ff6 Mon Sep 17 00:00:00 2001 From: kikito Date: Thu, 22 Dec 2016 20:27:29 +0100 Subject: [PATCH] Fixes spec --- spec/features/budgets/votes_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/features/budgets/votes_spec.rb b/spec/features/budgets/votes_spec.rb index dbcd36411..3c92bf658 100644 --- a/spec/features/budgets/votes_spec.rb +++ b/spec/features/budgets/votes_spec.rb @@ -94,14 +94,14 @@ feature 'Votes' do visit budget_investments_path(budget, heading_id: heading.id) within("#budget_investment_#{investment.id}") do - find("div.js-supports").hover + find("div.js-participation").hover expect(page).to have_content 'No Selecting Allowed' end visit budget_investment_path(budget, investment) within("#budget_investment_#{investment.id}") do - find("div.js-supports").hover + find("div.js-participation").hover expect(page).to have_content 'No Selecting Allowed' end end