Commit baf8fccc authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch '224038-fix-specs' into 'master'

Fix specs when vue_issuables_list ff is off

See merge request gitlab-org/gitlab!38398
parents 1db40d61 79cb6b8c
......@@ -10,10 +10,6 @@ RSpec.describe 'Issues > Epic bulk assignment', :js do
let_it_be(:issue2) { create(:issue, project: project, title: "Issue 2") }
let!(:epic1) { create(:epic, group: group) }
before do
stub_feature_flags(vue_issuables_list: false)
end
context 'as an allowed user', :js do
before do
allow(group).to receive(:feature_enabled?).and_return(true)
......
......@@ -62,10 +62,6 @@ RSpec.describe 'Issues > Health status bulk assignment' do
end
end
before do
stub_feature_flags(vue_issuables_list: false)
end
context 'as an allowed user', :js do
before do
allow(group).to receive(:feature_enabled?).and_return(true)
......
......@@ -26,10 +26,6 @@ RSpec.describe 'Explore Groups', :js do
end
end
before do
stub_feature_flags(vue_issuables_list: false)
end
shared_examples 'renders public and internal projects' do
it do
visit_page
......
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