[temp]Try feature:true
This commit is contained in:
parent
c7490dfe77
commit
d3ed87211a
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ feature Splashpage do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'happening now section', js: true do
|
context 'happening now section', feature: true, js: true do
|
||||||
let!(:conference2) { create(:full_conference, start_date: 1.day.ago, end_date: 7.days.from_now, start_hour: 0, end_hour: 24) }
|
let!(:conference2) { create(:full_conference, start_date: 1.day.ago, end_date: 7.days.from_now, start_hour: 0, end_hour: 24) }
|
||||||
let!(:program) { conference2.program }
|
let!(:program) { conference2.program }
|
||||||
let!(:selected_schedule) { create(:schedule, program: program) }
|
let!(:selected_schedule) { create(:schedule, program: program) }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue