Welcome to mirror list, hosted at ThFree Co, Russian Federation.

monitoring_menu_spec.rb « menus « admin « sidebars « lib « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0483159da7a8d5b1173de841aac7271861508e56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Sidebars::Admin::Menus::MonitoringMenu, feature_category: :navigation do
  it_behaves_like 'Admin menu',
    link: '/admin/system_info',
    title: s_('Admin|Monitoring'),
    icon: 'monitor'

  it_behaves_like 'Admin menu with sub menus'
end