Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-21 00:09:23 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-21 00:09:23 +0300
commit192bc8bd3109f30e957bf30a0139ae27fefd7936 (patch)
tree61c8c415c765900386ac43ea0a5a8a5ce94366b6 /spec/features/populate_new_pipeline_vars_with_params_spec.rb
parentbf213f07c8146b7121240af90a07cb4b2ecc41fa (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/populate_new_pipeline_vars_with_params_spec.rb')
-rw-r--r--spec/features/populate_new_pipeline_vars_with_params_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/features/populate_new_pipeline_vars_with_params_spec.rb b/spec/features/populate_new_pipeline_vars_with_params_spec.rb
index f931e8497fc..37fea5331a3 100644
--- a/spec/features/populate_new_pipeline_vars_with_params_spec.rb
+++ b/spec/features/populate_new_pipeline_vars_with_params_spec.rb
@@ -8,6 +8,7 @@ RSpec.describe "Populate new pipeline CI variables with url params", :js do
let(:page_path) { new_project_pipeline_path(project) }
before do
+ stub_feature_flags(new_pipeline_form: false)
sign_in(user)
project.add_maintainer(user)