From 96d5a9b5ffe41702f50cdbde7caefb269409a6e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Salvador=20P=C3=A9rez=20Garc=C3=ADa?= Date: Wed, 13 Jun 2018 16:12:52 +0200 Subject: [PATCH] Fixed failing spec --- spec/features/debates_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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