summaryrefslogtreecommitdiff
path: root/features/steps/shared/project.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/shared/project.rb')
-rw-r--r--features/steps/shared/project.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/features/steps/shared/project.rb b/features/steps/shared/project.rb
index 914ffef7be4..ea5f9580308 100644
--- a/features/steps/shared/project.rb
+++ b/features/steps/shared/project.rb
@@ -102,10 +102,6 @@ module SharedProject
@project ||= Project.first
end
- step 'I should see the new issue page' do
- expect(page).to have_content('New Issue')
- end
-
# ----------------------------------------
# Project permissions
# ----------------------------------------