summaryrefslogtreecommitdiff
path: root/spec/javascripts/notes/components/note_actions_spec.js
diff options
context:
space:
mode:
authorJeremy Watson <jwatson@gitlab.com>2018-11-07 11:24:36 +0000
committerPhil Hughes <me@iamphill.com>2018-11-07 11:24:36 +0000
commit28840d3f5ce50552dfdfefecedf6c5d631848c86 (patch)
treeb3d26774176e1f9aa6a1d576ce76312e391ab4fe /spec/javascripts/notes/components/note_actions_spec.js
parent4a5d04fb3f73ab1e77978b5d13538747846db761 (diff)
downloadgitlab-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.js2
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();
});