* fix broken admin test
This commit is contained in:
parent
30b2c1bb53
commit
e4a8ce3759
|
|
@ -26,9 +26,9 @@ describe 'Feeds' do
|
||||||
it { should have_selector('h2', text: 'Feed') }
|
it { should have_selector('h2', text: 'Feed') }
|
||||||
|
|
||||||
it 'has no feeds' do
|
it 'has no feeds' do
|
||||||
should have_selector('p', text: 'No session activities.')
|
should_not have_selector('h3', text: 'Music Sessions - All')
|
||||||
should have_selector('p', text: 'No recording activities.')
|
should_not have_selector('h3', text: 'Recordings - All')
|
||||||
should have_selector('p', text: 'No diagnostic activities.')
|
should_not have_selector('h3', text: 'Diagnostics - All')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue