Commit 0a9e97f8 authored by Gilang Gumilar's avatar Gilang Gumilar

Revert spec back to alphabetical order

parent dc325eb7
...@@ -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