Fix specs for omniauth providers?
This commit is contained in:
parent
bc6b76fcc3
commit
37ffc1765d
2 changed files with 4 additions and 2 deletions
|
|
@ -99,7 +99,7 @@ feature Conference do
|
|||
visit admin_conference_path(conference.short_title)
|
||||
|
||||
# expect(find('.navbar-brand')).to eq(conference.organization.name)
|
||||
expect(find('.navbar-brand')).to eq(image_tag('snapcon_logo.png'))
|
||||
expect(find('.navbar-brand img')['alt']).to have_content conference.organization.name
|
||||
end
|
||||
|
||||
it_behaves_like 'add and update conference'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue