Commit 1c2aebc5 authored by Alper Akgun's avatar Alper Akgun

Merge branch 'aa-remove-redundant-stub-trial-during-signup' into 'master'

Remove redundant stub for trial during signup

See merge request gitlab-org/gitlab!62397
parents d0429644 ef7331b1
......@@ -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