Skip to content
Snippets Groups Projects
Verified Commit ebe2a34a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Add missing feature flag to mr notes spec

parent b192aa56
No related branches found
No related tags found
1 merge request!6949gitlab.com issue #229 - no_avatar.png path in coffee
Loading
Loading
@@ -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 }
 
Loading
Loading
@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment