diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-30 18:10:57 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-30 18:10:57 +0000 |
commit | b48bbc842d4baf2ba16bd8c4db9a924324b7f13a (patch) | |
tree | 240c25c78d10e517d31ebfac78551949a3f2fe1f /spec/lib | |
parent | 93501e7509fb61b25f091d81381d3e86842a9cdd (diff) | |
download | gitlab-ce-b48bbc842d4baf2ba16bd8c4db9a924324b7f13a.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/lib')
-rw-r--r-- | spec/lib/sidebars/groups/super_sidebar_panel_spec.rb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/spec/lib/sidebars/groups/super_sidebar_panel_spec.rb b/spec/lib/sidebars/groups/super_sidebar_panel_spec.rb index 55830a877ec..e9e9b87b588 100644 --- a/spec/lib/sidebars/groups/super_sidebar_panel_spec.rb +++ b/spec/lib/sidebars/groups/super_sidebar_panel_spec.rb @@ -33,13 +33,9 @@ RSpec.describe Sidebars::Groups::SuperSidebarPanel, feature_category: :navigatio Sidebars::Groups::SuperSidebarMenus::OperationsMenu, Sidebars::Groups::SuperSidebarMenus::MonitorMenu, Sidebars::Groups::SuperSidebarMenus::AnalyzeMenu, - Sidebars::Groups::Menus::CiCdMenu, - (Sidebars::Groups::Menus::SecurityComplianceMenu if Gitlab.ee?), - Sidebars::Groups::Menus::ObservabilityMenu, - (Sidebars::Groups::Menus::AnalyticsMenu if Gitlab.ee?), Sidebars::UncategorizedMenu, Sidebars::Groups::Menus::SettingsMenu - ].compact + ] end it "is exposed as a renderable menu" do |