mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Enhance text on location banner
Fix failing test and css fixes
This commit is contained in:
parent
0386a54ad3
commit
3eb0ecf994
3 changed files with 13 additions and 3 deletions
|
|
@ -33,7 +33,7 @@ describe 'conference/show.html.haml' do
|
|||
|
||||
it 'renders banner component' do
|
||||
expect(view.content_for(:splash)).to include("#{@conference.description}")
|
||||
expect(view.content_for(:splash)).to include("#{@conference.title}")
|
||||
expect(view.content_for(:splash)).to include("#{@conference.short_title}")
|
||||
end
|
||||
|
||||
it 'renders program partial' do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue