[temp]Try feature:true

This commit is contained in:
Jimmy 2021-04-19 18:26:54 +08:00 committed by CactusPuppy
parent 41312a4099
commit 35f216778b
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -81,7 +81,7 @@ feature Splashpage do
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!(:program) { conference2.program }
let!(:selected_schedule) { create(:schedule, program: program) }