diff --git a/spec/features/idv/analytics_spec.rb b/spec/features/idv/analytics_spec.rb index e709090cb1a..b942fad8ce7 100644 --- a/spec/features/idv/analytics_spec.rb +++ b/spec/features/idv/analytics_spec.rb @@ -653,7 +653,7 @@ end end - context 'Happy hybrid path', allow_browser_log: true do + context 'Happy hybrid path' do before do allow(Telephony).to receive(:send_doc_auth_link).and_wrap_original do |impl, config| @sms_link = config[:link] @@ -744,7 +744,7 @@ complete_enter_password_step(user) end - it 'records all of the events', allow_browser_log: true do + it 'records all of the events' do gpo_path_events.each do |event, attributes| expect(fake_analytics).to have_logged_event(event, attributes) end