Cleanup specs

This commit is contained in:
Michael Ball 2020-01-29 16:51:27 -08:00
parent 3a2198d1fa
commit 7bf57b05f3
2 changed files with 14 additions and 6 deletions

View file

@ -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'