summaryrefslogtreecommitdiff
path: root/spec/features/dashboard/root_explore_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/dashboard/root_explore_spec.rb')
-rw-r--r--spec/features/dashboard/root_explore_spec.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/spec/features/dashboard/root_explore_spec.rb b/spec/features/dashboard/root_explore_spec.rb
index c0d1f0de1f5..a232ebec68e 100644
--- a/spec/features/dashboard/root_explore_spec.rb
+++ b/spec/features/dashboard/root_explore_spec.rb
@@ -39,17 +39,5 @@ RSpec.describe 'Root explore', feature_category: :not_owned do
expect(has_language_dropdown?).to eq(true)
end
-
- context 'with project_language_search ff disabled' do
- before do
- stub_feature_flags(project_language_search: false)
- end
-
- it 'is conditionally rendered' do
- visit explore_projects_path
-
- expect(has_language_dropdown?).to eq(false)
- end
- end
end
end