Add functional in user section

This commit is contained in:
Andrey Kumanyaev 2012-12-26 02:52:49 +04:00
parent 9c574464a6
commit 25c5763780
7 changed files with 59 additions and 1 deletions

View file

@ -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