diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-03 15:10:11 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-03 15:10:11 +0000 |
| commit | 4eef6c2c97b50f2305c561f0e1c6f0e14e661642 (patch) | |
| tree | 03901d23471c6ad7984f8164297b13725adcd8fb /spec/support/shared_contexts | |
| parent | b9ae930d02bebaadcd6f019b59240f1304822ef8 (diff) | |
| download | gitlab-ce-4eef6c2c97b50f2305c561f0e1c6f0e14e661642.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/support/shared_contexts')
| -rw-r--r-- | spec/support/shared_contexts/navbar_structure_context.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/support/shared_contexts/navbar_structure_context.rb b/spec/support/shared_contexts/navbar_structure_context.rb index 70354bfe685..83e9e0311a1 100644 --- a/spec/support/shared_contexts/navbar_structure_context.rb +++ b/spec/support/shared_contexts/navbar_structure_context.rb @@ -232,6 +232,14 @@ RSpec.shared_context 'dashboard navbar structure' do { nav_item: _("Projects"), nav_sub_items: [] + }, + { + nav_item: _("Milestones"), + nav_sub_items: [] + }, + { + nav_item: _("Activity"), + nav_sub_items: [] } ] end |
