Cleanup specs
This commit is contained in:
parent
3a2198d1fa
commit
7bf57b05f3
2 changed files with 14 additions and 6 deletions
|
|
@ -98,7 +98,8 @@ feature Conference do
|
|||
sign_in user
|
||||
visit admin_conference_path(conference.short_title)
|
||||
|
||||
expect(find('.navbar-brand').text).to eq(conference.organization.name)
|
||||
# expect(find('.navbar-brand')).to eq(conference.organization.name)
|
||||
expect(find('.navbar-brand')).to eq(image_tag('snapcon_logo.png'))
|
||||
end
|
||||
|
||||
it_behaves_like 'add and update conference'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue