Commit 57a3bfbb authored by Stan Hu's avatar Stan Hu

Fix missing QA selector in note_form.vue

https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22985
was merged 3 hours ago, but the CE->EE merge in
04a8d3aa dropped the changes in EE because of conflicts.

Restore this selector so master is no longer broken.

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/9033
parent 1b224fa0
......@@ -276,7 +276,7 @@ export default {
<button
:disabled="isDisabled"
type="button"
class="js-vue-issue-save btn btn-success js-comment-button"
class="js-vue-issue-save btn btn-success js-comment-button qa-reply-comment-button"
@click="handleUpdate();"
>
{{ saveButtonTitle }}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment