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
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/snippets/components/snippet_description_edit.vue')
-rw-r--r--app/assets/javascripts/snippets/components/snippet_description_edit.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/snippets/components/snippet_description_edit.vue b/app/assets/javascripts/snippets/components/snippet_description_edit.vue
index 3ce7ea231ff..93d52890675 100644
--- a/app/assets/javascripts/snippets/components/snippet_description_edit.vue
+++ b/app/assets/javascripts/snippets/components/snippet_description_edit.vue
@@ -36,7 +36,7 @@ export default {
<gl-form-input
class="form-control"
:placeholder="s__('Snippets|Describe what your snippet does or how to use it…')"
- data-qa-selector="description_placeholder"
+ data-testid="description-placeholder"
/>
</div>
<markdown-field
@@ -54,7 +54,7 @@ export default {
:value="value"
class="note-textarea js-gfm-input js-autosize markdown-area"
dir="auto"
- data-qa-selector="snippet_description_field"
+ data-testid="snippet-description-field"
data-supports-quick-actions="false"
:aria-label="__('Description')"
:placeholder="__('Write a comment or drag your files here…')"