diff --git a/spec/features/officing_spec.rb b/spec/features/officing_spec.rb index b2ead66f2..d5e410afb 100644 --- a/spec/features/officing_spec.rb +++ b/spec/features/officing_spec.rb @@ -122,7 +122,7 @@ feature 'Poll Officing' do expect(page).not_to have_css('#moderation_menu') end - scenario 'Officing dashboard available for multiple sessions', :js do + scenario 'Officing dashboard available for multiple sessions', :js, :with_frozen_time do poll = create(:poll) booth = create(:poll_booth) booth_assignment = create(:poll_booth_assignment, poll: poll, booth: booth)