summaryrefslogtreecommitdiff
path: root/features/group
diff options
context:
space:
mode:
authorAndrey Kumanyaev <me@zzet.org>2012-12-26 02:52:49 +0400
committerAndrey Kumanyaev <me@zzet.org>2012-12-26 19:52:15 +0400
commit25c57637807bac79037c4d791979951bf13ed056 (patch)
tree131a592a32b3e580bdc2859c9aef7ea486f2af40 /features/group
parent9c574464a6051536ee83a93e8270a7dd9d85da33 (diff)
downloadgitlab-ce-25c57637807bac79037c4d791979951bf13ed056.tar.gz
Add functional in user section
Diffstat (limited to 'features/group')
-rw-r--r--features/group/group.feature7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/group/group.feature b/features/group/group.feature
index 07308112270..4b8483bd361 100644
--- a/features/group/group.feature
+++ b/features/group/group.feature
@@ -17,3 +17,10 @@ Feature: Groups
Given project from group has merge requests assigned to me
When I visit group merge requests page
Then I should see merge requests from this group assigned to me
+
+ Scenario: I should add user to projects in Group
+ Given I have new user "John"
+ When I visit group page
+ When I visit group people page
+ When I select user "John" from list with role "Reporter"
+ Then I should see user "John" in team list