From 924d6d4e2536e99c3f0bdf41cedf35960cfd812d Mon Sep 17 00:00:00 2001 From: Jimmy Date: Mon, 19 Apr 2021 18:54:01 +0800 Subject: [PATCH] [fix]Remove print --- spec/features/splashpage_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/features/splashpage_spec.rb b/spec/features/splashpage_spec.rb index 08fb3992..b2f26010 100644 --- a/spec/features/splashpage_spec.rb +++ b/spec/features/splashpage_spec.rb @@ -110,7 +110,6 @@ feature Splashpage do scenario 'displays \'There are no events happening now and next.\' if nothing is happening now and next' do visit conference_path(conference2.short_title) - p page.html happening_now = page.find('#happening-now') expect(happening_now).to have_content('There are no events happening now and next.') end