From e4a8ce37598ed69d17f46324deb7520b799cfae0 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Thu, 14 Aug 2014 14:08:35 -0500 Subject: [PATCH] * fix broken admin test --- admin/spec/features/feeds_spec.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/spec/features/feeds_spec.rb b/admin/spec/features/feeds_spec.rb index 43505703a..3e4995840 100644 --- a/admin/spec/features/feeds_spec.rb +++ b/admin/spec/features/feeds_spec.rb @@ -26,9 +26,9 @@ describe 'Feeds' do it { should have_selector('h2', text: 'Feed') } it 'has no feeds' do - should have_selector('p', text: 'No session activities.') - should have_selector('p', text: 'No recording activities.') - should have_selector('p', text: 'No diagnostic activities.') + should_not have_selector('h3', text: 'Music Sessions - All') + should_not have_selector('h3', text: 'Recordings - All') + should_not have_selector('h3', text: 'Diagnostics - All') end end