Commit ec7e9ab1 authored by Frederic Caplette's avatar Frederic Caplette

Move Pipeline Editor link in repo outside of ff conditional

The Pipeline editor link is now shown
regardless of :consolidated_edit_button flag.
parent 57b1b32b
---
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