Remove unnecessary test

This commit is contained in:
kushalpandya 2017-10-06 18:27:18 +05:30 committed by Annabel Dunstone Gray
parent e0f6525efe
commit bc45fd78df
No known key found for this signature in database
GPG Key ID: 7C8C78A372AD7A2D
1 changed files with 0 additions and 6 deletions

View File

@ -128,12 +128,6 @@ feature 'Top Plus Menu', :js do
expect(find('.header-new.dropdown')).not_to have_selector('.header-new-project-snippet')
end
scenario 'public project has no New Issue Button' do
visit project_path(public_project)
hasnot_topmenuitem("New issue")
end
scenario 'public project has no New merge request menu item' do
visit project_path(public_project)