Undone change in debates spec

A patch previously added trying to get rid of a flaky spec has been
removed.
This commit is contained in:
Juan Salvador Pérez García
2018-06-25 05:31:04 +02:00
parent 565f1102fa
commit cae67c2f4d

View File

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