summaryrefslogtreecommitdiff
path: root/features/project/project.feature
diff options
context:
space:
mode:
Diffstat (limited to 'features/project/project.feature')
-rw-r--r--features/project/project.feature6
1 files changed, 6 insertions, 0 deletions
diff --git a/features/project/project.feature b/features/project/project.feature
index ae28312a69a..ef11bceed11 100644
--- a/features/project/project.feature
+++ b/features/project/project.feature
@@ -62,3 +62,9 @@ Feature: Project
And I add project tags
And I save project
Then I should see project tags
+
+ Scenario: I should not see "New Issue" or "New Merge Request" buttons
+ Given I disable issues and merge requests in project
+ When I visit project "Shop" page
+ Then I should not see "New Issue" button
+ And I should not see "New Merge Request" button