summaryrefslogtreecommitdiff
path: root/features/public
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-02-03 13:59:20 +0100
committerMarin Jankovski <marin@gitlab.com>2014-02-03 13:59:20 +0100
commit70fb26a6b7091aee9875970f070a6801e35de764 (patch)
treede0a1be366a3274380411903f7ab8000e19973c1 /features/public
parent75cecf36e0d60bd4ca1dce0997745268b49eaee5 (diff)
downloadgitlab-ce-70fb26a6b7091aee9875970f070a6801e35de764.tar.gz
Extract projects and mr into methods in features.
Diffstat (limited to 'features/public')
-rw-r--r--features/public/public_projects.feature3
1 files changed, 3 insertions, 0 deletions
diff --git a/features/public/public_projects.feature b/features/public/public_projects.feature
index fae7789b9ff..57fe834b4bf 100644
--- a/features/public/public_projects.feature
+++ b/features/public/public_projects.feature
@@ -84,15 +84,18 @@ Feature: Public Projects Feature
Given I sign in as a user
Given I visit project "Community" page
And I visit "Community" merge requests page
+ And project "Community" has "Bug fix" open merge request
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
+ And project "Community" has "Bug fix" open merge request
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
+ And project "Internal" has "Feature implemented" open merge request
Then I should see list of merge requests for "Internal" project