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/ci/pipeline_editor/components/header/validation_segment.vue')
-rw-r--r--app/assets/javascripts/ci/pipeline_editor/components/header/validation_segment.vue6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/assets/javascripts/ci/pipeline_editor/components/header/validation_segment.vue b/app/assets/javascripts/ci/pipeline_editor/components/header/validation_segment.vue
index 68b5e00735a..8553256f13a 100644
--- a/app/assets/javascripts/ci/pipeline_editor/components/header/validation_segment.vue
+++ b/app/assets/javascripts/ci/pipeline_editor/components/header/validation_segment.vue
@@ -112,13 +112,11 @@ export default {
{{ $options.i18n.loading }}
</template>
<span v-else data-testid="validation-segment">
- <span class="gl-max-w-full">
+ <span class="gl-max-w-full" data-qa-selector="validation_message_content">
<gl-icon :name="icon" />
<gl-sprintf :message="message">
<template v-if="hasLink" #link="{ content }">
- <gl-link data-qa-selector="validation_message_content" :href="helpPath">{{
- content
- }}</gl-link>
+ <gl-link :href="helpPath">{{ content }}</gl-link>
</template>
</gl-sprintf>
</span>