Fixed failing test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user