Fixed failing spec

This commit is contained in:
Juan Salvador Pérez García
2018-06-13 16:12:52 +02:00
parent 426e244727
commit 96d5a9b5ff

View File

@@ -1091,7 +1091,7 @@ feature 'Debates' do
fill_in 'debate_title', with: 'proposal'
check "debate_terms_of_service"
within('div#js-suggest') do
within('div#js-suggest', visible: false) do
expect(page).not_to have_content 'You are seeing'
end
end