[temp]Try feature:true

This commit is contained in:
Jimmy 2021-04-19 18:26:54 +08:00
parent c7490dfe77
commit d3ed87211a
No known key found for this signature in database
GPG key ID: FAE75C760A4A5CC6

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) }