Skip to content
Snippets Groups Projects
Commit dea03a08 authored by Constance Okoghenun's avatar Constance Okoghenun Committed by Mike Greiling
Browse files

Resolve "Remove “commented” from comment system notes"

parent 0397b813
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -170,7 +170,6 @@ export default {
:author="author"
:created-at="note.created_at"
:note-id="note.id"
action-text="commented"
/>
<note-actions
:author-id="author.id"
Loading
Loading
Loading
Loading
@@ -36,8 +36,6 @@
= note.author.to_reference
%span.note-headline-light
%span.note-headline-meta
- unless note.system
commented
- if note.system
%span.system-note-message
= markdown_field(note, :note)
Loading
Loading
Loading
Loading
@@ -32,7 +32,6 @@ describe('issue_note', () => {
 
it('should render note header content', () => {
expect(vm.$el.querySelector('.note-header .note-header-author-name').textContent.trim()).toEqual(note.author.name);
expect(vm.$el.querySelector('.note-header .note-headline-meta').textContent.trim()).toContain('commented');
});
 
it('should render note actions', () => {
Loading
Loading
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