remove Organization suffix from navbar-brand in navigation
This commit is contained in:
parent
28b55a9d72
commit
83abc9f71f
2 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@ feature Conference do
|
|||
sign_in user
|
||||
visit admin_conference_path(conference.short_title)
|
||||
|
||||
expect(find('.navbar-brand').text).to eq "#{conference.organization.name} Organization"
|
||||
expect(find('.navbar-brand').text).to eq(conference.organization.name)
|
||||
end
|
||||
|
||||
it_behaves_like 'add and update conference'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue