diff options
author | Jeremy Watson <jwatson@gitlab.com> | 2018-11-07 11:24:36 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-11-07 11:24:36 +0000 |
commit | 28840d3f5ce50552dfdfefecedf6c5d631848c86 (patch) | |
tree | b3d26774176e1f9aa6a1d576ce76312e391ab4fe /spec/javascripts/notes/components/note_actions_spec.js | |
parent | 4a5d04fb3f73ab1e77978b5d13538747846db761 (diff) | |
download | gitlab-ce-28840d3f5ce50552dfdfefecedf6c5d631848c86.tar.gz |
Copy changes for abuse clarity
Diffstat (limited to 'spec/javascripts/notes/components/note_actions_spec.js')
-rw-r--r-- | spec/javascripts/notes/components/note_actions_spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/notes/components/note_actions_spec.js b/spec/javascripts/notes/components/note_actions_spec.js index d7298cb3483..f6c854e6def 100644 --- a/spec/javascripts/notes/components/note_actions_spec.js +++ b/spec/javascripts/notes/components/note_actions_spec.js @@ -55,7 +55,7 @@ describe('issue_note_actions component', () => { expect(vm.$el.querySelector('.js-note-edit')).toBeDefined(); }); - it('should be possible to report as abuse', () => { + it('should be possible to report abuse to GitLab', () => { expect(vm.$el.querySelector(`a[href="${props.reportAbusePath}"]`)).toBeDefined(); }); |