Commit 3ade64ee authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'fix-snippet-qa-selector' into 'master'

Update QA selector for snippet desccription

See merge request gitlab-org/gitlab!30502
parents bd311c3e cf69d2e9
......@@ -20,7 +20,11 @@ export default {
<h2 class="snippet-title prepend-top-0 mb-3" data-qa-selector="snippet_title">
{{ snippet.title }}
</h2>
<div v-if="snippet.description" class="description" data-qa-selector="snippet_description">
<div
v-if="snippet.description"
class="description"
data-qa-selector="snippet_description_field"
>
<div class="md js-snippet-description" v-html="snippet.descriptionHtml"></div>
</div>
......
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