Fixed failing test

This commit is contained in:
Juan Salvador Pérez García
2018-06-13 12:49:05 +02:00
parent 29cf7d9f46
commit 426e244727

View File

@@ -751,7 +751,7 @@ feature 'Budget Investments' do
visit new_budget_investment_path(budget)
fill_in "budget_investment_title", with: "item"
within('div#js-suggest') do
within('div#js-suggest', visible: false) do
expect(page).not_to have_content 'You are seeing'
end
end