summaryrefslogtreecommitdiff
path: root/features/public/public_projects.feature
diff options
context:
space:
mode:
Diffstat (limited to 'features/public/public_projects.feature')
-rw-r--r--features/public/public_projects.feature17
1 files changed, 17 insertions, 0 deletions
diff --git a/features/public/public_projects.feature b/features/public/public_projects.feature
index adfe97a4ce3..fae7789b9ff 100644
--- a/features/public/public_projects.feature
+++ b/features/public/public_projects.feature
@@ -79,3 +79,20 @@ Feature: Public Projects Feature
Given I visit project "Internal" page
And I visit "Internal" issues page
Then I should see list of issues for "Internal" project
+
+ Scenario: I visit public project merge requests page as an authorized user
+ Given I sign in as a user
+ Given I visit project "Community" page
+ And I visit "Community" merge requests page
+ Then I should see list of merge requests for "Community" project
+
+ Scenario: I visit public project merge requests page as a non authorized user
+ Given I visit project "Community" page
+ And I visit "Community" merge requests page
+ Then I should see list of merge requests for "Community" project
+
+ Scenario: I visit internal project merge requests page as an authorized user
+ Given I sign in as a user
+ Given I visit project "Internal" page
+ And I visit "Internal" merge requests page
+ Then I should see list of merge requests for "Internal" project