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/ide/components/ide_sidebar_nav_spec.js')
-rw-r--r--spec/frontend/ide/components/ide_sidebar_nav_spec.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/frontend/ide/components/ide_sidebar_nav_spec.js b/spec/frontend/ide/components/ide_sidebar_nav_spec.js
index 4ee24f63f76..d89891bdd41 100644
--- a/spec/frontend/ide/components/ide_sidebar_nav_spec.js
+++ b/spec/frontend/ide/components/ide_sidebar_nav_spec.js
@@ -45,7 +45,6 @@ describe('ide/components/ide_sidebar_nav', () => {
title: button.attributes('title'),
ariaLabel: button.attributes('aria-label'),
classes: button.classes(),
- qaSelector: button.attributes('data-qa-selector'),
icon: button.findComponent(GlIcon).props('name'),
tooltip: getBinding(button.element, 'tooltip').value,
};
@@ -75,7 +74,6 @@ describe('ide/components/ide_sidebar_nav', () => {
title: tab.title,
ariaLabel: tab.title,
classes: ['ide-sidebar-link', ...classes, ...(classesObj[index] || [])],
- qaSelector: `${tab.title.toLowerCase()}_tab_button`,
icon: tab.icon,
tooltip: {
container: 'body',