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-08-16 06:10:26 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-16 06:10:26 +0300
commitafb84634cdb5859f5f76431d68d45c29ddc89fac (patch)
treec791550187727ce52a217b100b4aadcfecf515d5 /app/assets/javascripts/super_sidebar/components
parent8434808c3c6be21a875b165888c5e4a26bc3b009 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/super_sidebar/components')
-rw-r--r--app/assets/javascripts/super_sidebar/components/context_switcher.vue2
-rw-r--r--app/assets/javascripts/super_sidebar/components/context_switcher_toggle.vue2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/super_sidebar/components/context_switcher.vue b/app/assets/javascripts/super_sidebar/components/context_switcher.vue
index 439280eebd4..d4aa11b6e04 100644
--- a/app/assets/javascripts/super_sidebar/components/context_switcher.vue
+++ b/app/assets/javascripts/super_sidebar/components/context_switcher.vue
@@ -174,7 +174,7 @@ export default {
<gl-alert v-else-if="hasError" variant="danger" :dismissible="false" class="gl-m-2">
{{ $options.i18n.searchError }}
</gl-alert>
- <nav v-else :aria-label="$options.i18n.contextNavigation" data-qa-selector="context_navigation">
+ <nav v-else :aria-label="$options.i18n.contextNavigation" data-testid="context-navigation">
<ul class="gl-p-0 gl-m-0 gl-list-style-none">
<li v-if="!isSearch">
<ul
diff --git a/app/assets/javascripts/super_sidebar/components/context_switcher_toggle.vue b/app/assets/javascripts/super_sidebar/components/context_switcher_toggle.vue
index f6aa2b637eb..faa7eba6470 100644
--- a/app/assets/javascripts/super_sidebar/components/context_switcher_toggle.vue
+++ b/app/assets/javascripts/super_sidebar/components/context_switcher_toggle.vue
@@ -34,7 +34,7 @@ export default {
tag="button"
type="button"
class="context-switcher-toggle gl-p-0 gl-bg-transparent gl-hover-bg-t-gray-a-08 gl-focus-bg-t-gray-a-08 gl-border-0 gl-box-shadow-none gl-text-left"
- data-qa-selector="context_switcher"
+ data-testid="context-switcher"
>
<template #end>
<gl-icon class="gl-text-gray-400" :name="collapseIcon" />