summaryrefslogtreecommitdiff
path: root/spec/javascripts/notes/components/note_actions_spec.js
diff options
context:
space:
mode:
authorMarc Schwede <git@schwedenmut.de>2019-06-06 10:05:42 +0000
committerFilipa Lacerda <filipa@gitlab.com>2019-06-06 10:05:42 +0000
commit982463e944e0af140dc31c8e64a995b476294e82 (patch)
tree882066bb669ebc07c81ec8609b189814aaf04dcc /spec/javascripts/notes/components/note_actions_spec.js
parente53f475e4a6aaaee526e95c2e922e87b4ef98d32 (diff)
downloadgitlab-ce-982463e944e0af140dc31c8e64a995b476294e82.tar.gz
Change "Report abuse to GitLab" to more generic wording.
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 2159e4ddf16..1f2c07385a7 100644
--- a/spec/javascripts/notes/components/note_actions_spec.js
+++ b/spec/javascripts/notes/components/note_actions_spec.js
@@ -66,7 +66,7 @@ describe('noteActions', () => {
expect(wrapper.find('.js-note-edit').exists()).toBe(true);
});
- it('should be possible to report abuse to GitLab', () => {
+ it('should be possible to report abuse to admin', () => {
expect(wrapper.find(`a[href="${props.reportAbusePath}"]`).exists()).toBe(true);
});