diff options
author | Marc Schwede <git@schwedenmut.de> | 2019-06-06 10:05:42 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2019-06-06 10:05:42 +0000 |
commit | 982463e944e0af140dc31c8e64a995b476294e82 (patch) | |
tree | 882066bb669ebc07c81ec8609b189814aaf04dcc /spec/javascripts/notes/components/note_actions_spec.js | |
parent | e53f475e4a6aaaee526e95c2e922e87b4ef98d32 (diff) | |
download | gitlab-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.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 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); }); |