diff --git a/spec/support/features/has_subgroup_title_spec.rb b/spec/support/features/has_subgroup_title_spec.rb index b631eeeec3a..2a852817c94 100644 --- a/spec/support/features/has_subgroup_title_spec.rb +++ b/spec/support/features/has_subgroup_title_spec.rb @@ -1,5 +1,5 @@ shared_examples 'has subgroup title' do |parent_group_name, subgroup_name, project_name| - it 'should show the full title' do + it 'shows the full title' do title = find('.title-container') expect(title).not_to have_selector '.initializing'