Commit 0aff7751 authored by Igor Drozdov's avatar Igor Drozdov

Merge branch 'template-dropdown-spec' into 'master'

Fix duplicate spec in template-dropdown

See merge request gitlab-org/gitlab!28858
parents 94c735f6 e1a7354c
......@@ -385,5 +385,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