Commit c0922480 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'sh-fix-issue-9033' into 'master'

Fix missing QA selector in note_form.vue

Closes #9033

See merge request gitlab-org/gitlab-ee!9010
parents de2921e2 57a3bfbb
...@@ -276,7 +276,7 @@ export default { ...@@ -276,7 +276,7 @@ export default {
<button <button
:disabled="isDisabled" :disabled="isDisabled"
type="button" 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();" @click="handleUpdate();"
> >
{{ saveButtonTitle }} {{ 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