[fix]Remove print
This commit is contained in:
parent
6461d94dd0
commit
924d6d4e25
1 changed files with 0 additions and 1 deletions
|
|
@ -110,7 +110,6 @@ feature Splashpage do
|
||||||
|
|
||||||
scenario 'displays \'There are no events happening now and next.\' if nothing is happening now and next' do
|
scenario 'displays \'There are no events happening now and next.\' if nothing is happening now and next' do
|
||||||
visit conference_path(conference2.short_title)
|
visit conference_path(conference2.short_title)
|
||||||
p page.html
|
|
||||||
happening_now = page.find('#happening-now')
|
happening_now = page.find('#happening-now')
|
||||||
expect(happening_now).to have_content('There are no events happening now and next.')
|
expect(happening_now).to have_content('There are no events happening now and next.')
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue