Commit a53e912b authored by Alfredo Sumaran's avatar Alfredo Sumaran Committed by Jacob Schatz

Change context description

parent 40efb4eb
......@@ -28,7 +28,7 @@ feature 'Member autocomplete', feature: true do
end
end
context 'On a Issue adding a new note', js: true do
context 'adding a new note on a Issue', js: true do
before do
issue = create(:issue, author: author, project: project)
create(:note, note: 'Ultralight Beam', noteable: issue, author: participant)
......@@ -43,7 +43,7 @@ feature 'Member autocomplete', feature: true do
end
end
context 'On a Merge Request adding a new note', js: true do
context 'adding a new note on a Merge Request ', js: true do
before do
merge = create(:merge_request, source_project: project, target_project: project, author: author)
create(:note, note: 'Ultralight Beam', noteable: merge, author: participant)
......
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