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, 4 insertions, 0 deletions
diff --git a/features/steps/shared/project.rb b/features/steps/shared/project.rb
index b13e82f276b..a8c64646391 100644
--- a/features/steps/shared/project.rb
+++ b/features/steps/shared/project.rb
@@ -102,6 +102,10 @@ 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
# ----------------------------------------