summaryrefslogtreecommitdiff
path: root/spec/features/projects/blobs
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-23 21:08:58 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-23 21:08:58 +0000
commit78f935d56652eee385683bf7a55c3b9a86a63a0e (patch)
tree237af4537bdfad4371db92902dbf1f200cb12b63 /spec/features/projects/blobs
parentf986ce9ffa56e25d0a3010c78d9481664742d766 (diff)
downloadgitlab-ce-78f935d56652eee385683bf7a55c3b9a86a63a0e.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/projects/blobs')
-rw-r--r--spec/features/projects/blobs/user_views_pipeline_editor_button_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/features/projects/blobs/user_views_pipeline_editor_button_spec.rb b/spec/features/projects/blobs/user_views_pipeline_editor_button_spec.rb
index ef3c88b1d9b..b872fa701c8 100644
--- a/spec/features/projects/blobs/user_views_pipeline_editor_button_spec.rb
+++ b/spec/features/projects/blobs/user_views_pipeline_editor_button_spec.rb
@@ -10,7 +10,6 @@ RSpec.describe 'User views pipeline editor button on root ci config file', :js d
context "when the ci config is the root file" do
before do
- stub_feature_flags(consolidated_edit_button: false)
project.add_developer(user)
sign_in(user)
end
@@ -33,7 +32,6 @@ RSpec.describe 'User views pipeline editor button on root ci config file', :js d
context "when user cannot collaborate" do
before do
- stub_feature_flags(consolidated_edit_button: false)
sign_in(user)
end
it 'does not shows the Pipeline Editor button' do