Commit fa9d080c authored by Gilang Gumilar's avatar Gilang Gumilar

Move Value Stream to the top of navbar spec

parent e309cbff
...@@ -12,10 +12,10 @@ RSpec.shared_context 'project navbar structure' do ...@@ -12,10 +12,10 @@ RSpec.shared_context 'project navbar structure' do
{ {
nav_item: _('Analytics'), nav_item: _('Analytics'),
nav_sub_items: [ nav_sub_items: [
_('Value Stream'),
_('CI / CD'), _('CI / CD'),
(_('Code Review') if Gitlab.ee?), (_('Code Review') if Gitlab.ee?),
_('Repository'), _('Repository')
_('Value Stream')
] ]
} }
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment