diff options
author | Andrey Kumanyaev <me@zzet.org> | 2012-12-26 20:31:47 +0400 |
---|---|---|
committer | Andrey Kumanyaev <me@zzet.org> | 2012-12-26 20:31:47 +0400 |
commit | 655b836b2ac26e7afabeb7faaabb56cf106348d7 (patch) | |
tree | 55907ea780782442852e26339e2a07f8e7ec30e4 /features/group | |
parent | c8bf5905bf92d2da7d408eee6364dc6e99a17b02 (diff) | |
download | gitlab-ce-655b836b2ac26e7afabeb7faaabb56cf106348d7.tar.gz |
test reanimated
Diffstat (limited to 'features/group')
-rw-r--r-- | features/group/group.feature | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/features/group/group.feature b/features/group/group.feature index 4b8483bd361..580f7e44002 100644 --- a/features/group/group.feature +++ b/features/group/group.feature @@ -20,7 +20,6 @@ Feature: Groups 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" + And I select user "John" from list with role "Reporter" Then I should see user "John" in team list |