Commit 736a3900 authored by Scott Hampton's avatar Scott Hampton

Merge branch 'f_caplette/move-pipeline-editor-button-repo' into 'master'

Move Pipeline Editor repo link outside of feature flag conditional

See merge request gitlab-org/gitlab!57144
parents 572bb8c0 ec7e9ab1
---
title: Move Pipeline Editor repo link outside of feature flag conditional
merge_request: 57144
author:
type: changed
...@@ -10,7 +10,6 @@ RSpec.describe 'User views pipeline editor button on root ci config file', :js d ...@@ -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 context "when the ci config is the root file" do
before do before do
stub_feature_flags(consolidated_edit_button: false)
project.add_developer(user) project.add_developer(user)
sign_in(user) sign_in(user)
end end
...@@ -33,7 +32,6 @@ RSpec.describe 'User views pipeline editor button on root ci config file', :js d ...@@ -33,7 +32,6 @@ RSpec.describe 'User views pipeline editor button on root ci config file', :js d
context "when user cannot collaborate" do context "when user cannot collaborate" do
before do before do
stub_feature_flags(consolidated_edit_button: false)
sign_in(user) sign_in(user)
end end
it 'does not shows the Pipeline Editor button' do it 'does not shows the Pipeline Editor button' do
......
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