Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorWalmyr <walmyr@gitlab.com>2019-07-11 20:30:53 +0300
committerWalmyr <walmyr@gitlab.com>2019-07-11 20:30:53 +0300
commit03756a312bea2966d9f6ff26c798679fff87d731 (patch)
treebb2287c2575b4ce5e7cb04847bb37659ceb00f7f /app
parent86b07736488b61f2c5ed37369cad615320289a43 (diff)
parent0b69edc1713dc0ac4dbaab7f6d900dfc8f4d9217 (diff)
Merge branch 'qa/e2e-test-issue-comment' into 'master'
Add end-to-end test for creating and editing issue comments See merge request gitlab-org/gitlab-ce!30571
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/notes/components/note_actions.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/notes/components/note_actions.vue b/app/assets/javascripts/notes/components/note_actions.vue
index 844d0c3e376..6cc873359da 100644
--- a/app/assets/javascripts/notes/components/note_actions.vue
+++ b/app/assets/javascripts/notes/components/note_actions.vue
@@ -165,7 +165,7 @@ export default {
v-gl-tooltip
type="button"
title="Edit comment"
- class="note-action-button js-note-edit btn btn-transparent"
+ class="note-action-button js-note-edit btn btn-transparent qa-note-edit-button"
@click="onEdit"
>
<icon name="pencil" css-classes="link-highlight" />