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