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 'lib/sidebars/admin/menus/admin_overview_menu.rb')
-rw-r--r--lib/sidebars/admin/menus/admin_overview_menu.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sidebars/admin/menus/admin_overview_menu.rb b/lib/sidebars/admin/menus/admin_overview_menu.rb
index 57c9ff4dcb0..5974b4d16ae 100644
--- a/lib/sidebars/admin/menus/admin_overview_menu.rb
+++ b/lib/sidebars/admin/menus/admin_overview_menu.rb
@@ -28,7 +28,7 @@ module Sidebars
override :extra_container_html_options
def extra_container_html_options
- { 'data-qa-selector': 'admin_overview_submenu_content' }
+ { testid: 'admin-overview-submenu-content' }
end
private