diff options
Diffstat (limited to 'features/group/group.feature')
-rw-r--r-- | features/group/group.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/group/group.feature b/features/group/group.feature index 64424f47236..9fec19a4dc1 100644 --- a/features/group/group.feature +++ b/features/group/group.feature @@ -22,7 +22,7 @@ Feature: Groups @javascript Scenario: I should add user to projects in Group Given I have new user "John" - When I visit group people page + When I visit group members page And I select user "John" from list with role "Reporter" Then I should see user "John" in team list |