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 'spec/frontend/snippets/components/__snapshots__/snippet_description_edit_spec.js.snap')
-rw-r--r--spec/frontend/snippets/components/__snapshots__/snippet_description_edit_spec.js.snap4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/frontend/snippets/components/__snapshots__/snippet_description_edit_spec.js.snap b/spec/frontend/snippets/components/__snapshots__/snippet_description_edit_spec.js.snap
index 5ed3b520b70..92511acc4f8 100644
--- a/spec/frontend/snippets/components/__snapshots__/snippet_description_edit_spec.js.snap
+++ b/spec/frontend/snippets/components/__snapshots__/snippet_description_edit_spec.js.snap
@@ -17,7 +17,7 @@ exports[`Snippet Description Edit component rendering matches the snapshot 1`] =
>
<gl-form-input-stub
class="form-control"
- data-qa-selector="description_placeholder"
+ data-testid="description-placeholder"
placeholder="Describe what your snippet does or how to use it…"
/>
</div>
@@ -46,8 +46,8 @@ exports[`Snippet Description Edit component rendering matches the snapshot 1`] =
<textarea
aria-label="Description"
class="js-autosize js-gfm-input js-gfm-input-initialized markdown-area note-textarea"
- data-qa-selector="snippet_description_field"
data-supports-quick-actions="false"
+ data-testid="snippet-description-field"
dir="auto"
id="reference-0"
placeholder="Write a comment or drag your files here…"