Commit ebe2a34a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Add missing feature flag to mr notes spec

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent b192aa56
......@@ -132,7 +132,7 @@ describe "On a merge request", js: true, feature: true do
end
end
describe "On a merge request diff", js: true do
describe "On a merge request diff", js: true, feature: true do
let(:merge_request) { create(:merge_request, :with_diffs, :simple) }
let(:project) { merge_request.source_project }
......@@ -210,9 +210,3 @@ describe "On a merge request diff", js: true do
end
end
end
describe "On merge request discussion", js: true do
describe "with merge request diff note"
describe "with commit note"
describe "with commit diff note"
end
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