Commit ef7331b1 authored by Alper Akgun's avatar Alper Akgun

Remove redundant stub for trial during signup

Removed experiment
parent 3701748a
......@@ -8,8 +8,6 @@ RSpec.describe 'User sees new onboarding flow', :js do
before do
allow(Gitlab).to receive(:com?).and_return(true)
stub_experiment(trial_during_signup: true)
stub_experiment_for_subject(trial_during_signup: true)
stub_feature_flags(registrations_group_invite: false)
sign_in(user)
visit users_sign_up_welcome_path
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment