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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-04 21:11:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-04 21:11:05 +0300
commitbbc241ab7fff1f6854a70eb56ee70b0dad2b6144 (patch)
tree2f3bb5bafed00cdc9a11ea9b5233b7dd6fded70b /app/assets/javascripts/vue_shared/new_namespace
parent714e16b260e01dd316574ab7baf0a73f61547d80 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/vue_shared/new_namespace')
-rw-r--r--app/assets/javascripts/vue_shared/new_namespace/new_namespace_page.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/vue_shared/new_namespace/new_namespace_page.vue b/app/assets/javascripts/vue_shared/new_namespace/new_namespace_page.vue
index 2533b3b5489..98df4d290ae 100644
--- a/app/assets/javascripts/vue_shared/new_namespace/new_namespace_page.vue
+++ b/app/assets/javascripts/vue_shared/new_namespace/new_namespace_page.vue
@@ -131,7 +131,7 @@ export default {
<template>
<credit-card-verification v-if="shouldVerify" @verified="onVerified" />
<div v-else-if="!activePanelName">
- <gl-breadcrumb :items="breadcrumbs" />
+ <gl-breadcrumb :items="breadcrumbs" data-testid="breadcrumb-links" />
<welcome-page :panels="panels" :title="title">
<template #footer>
<slot name="welcome-footer"> </slot>
@@ -139,7 +139,7 @@ export default {
</welcome-page>
</div>
<div v-else>
- <gl-breadcrumb :items="breadcrumbs" />
+ <gl-breadcrumb :items="breadcrumbs" data-testid="breadcrumb-links" />
<div class="gl-display-flex gl-py-5 gl-align-items-center">
<div v-safe-html="activePanel.illustration" class="gl-text-white col-auto"></div>
<div class="col">