Commit e1a7354c authored by Rajendra Kadam's avatar Rajendra Kadam Committed by Igor Drozdov

Fix duplicate spec in template-dropdown

parent 7fc6a442
......@@ -387,5 +387,4 @@ Performance/ChainArrayAllocation:
RSpec/RepeatedExample:
Exclude:
- 'spec/features/merge_request/user_posts_diff_notes_spec.rb'
- 'spec/features/projects/files/template_type_dropdown_spec.rb'
- 'spec/services/notification_service_spec.rb'
---
title: Fix duplicate spec in template dropdown spec
merge_request: 28858
author: Rajendra Kadam
type: added
......@@ -40,10 +40,6 @@ describe 'Projects > Files > Template type dropdown selector', :js do
check_type_selector_display(true)
end
it 'is displayed when input matches' do
check_type_selector_display(true)
end
it 'selects every template type correctly' do
try_selecting_all_types
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