Fixup splashpage spec reflecting logo change

This commit is contained in:
Michael Ball 2021-02-23 21:51:11 -08:00
parent 578a3125b7
commit 9668a40248
2 changed files with 2 additions and 3 deletions

View file

@ -98,7 +98,6 @@ feature Conference do
sign_in user
visit admin_conference_path(conference.short_title)
# expect(find('.navbar-brand')).to eq(conference.organization.name)
expect(find('.navbar-brand img')['alt']).to have_content conference.organization.name
end