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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/shared_contexts/navbar_structure_context.rb')
-rw-r--r--spec/support/shared_contexts/navbar_structure_context.rb23
1 files changed, 0 insertions, 23 deletions
diff --git a/spec/support/shared_contexts/navbar_structure_context.rb b/spec/support/shared_contexts/navbar_structure_context.rb
index a5ccce27aa5..2adb9e410a7 100644
--- a/spec/support/shared_contexts/navbar_structure_context.rb
+++ b/spec/support/shared_contexts/navbar_structure_context.rb
@@ -236,29 +236,6 @@ RSpec.shared_context '"Explore" navbar structure' do
nav_sub_items: []
},
{
- nav_item: _("Topics"),
- nav_sub_items: []
- },
- {
- nav_item: _("Snippets"),
- nav_sub_items: []
- }
- ]
- end
-end
-
-RSpec.shared_context '"Explore" navbar structure with global_ci_catalog FF' do
- let(:structure) do
- [
- {
- nav_item: _("Projects"),
- nav_sub_items: []
- },
- {
- nav_item: _("Groups"),
- nav_sub_items: []
- },
- {
nav_item: _("CI/CD Catalog"),
nav_sub_items: []
},