diff --git a/spec/features/debates_spec.rb b/spec/features/debates_spec.rb index 447e47ca6..c7ef06106 100644 --- a/spec/features/debates_spec.rb +++ b/spec/features/debates_spec.rb @@ -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