diff options
author | Douwe Maan <douwe@gitlab.com> | 2017-04-20 14:36:21 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2017-04-20 14:36:21 +0000 |
commit | d39bcf8c7ed2f6391952a8aec984c9d13752a059 (patch) | |
tree | 97732b431fbc80b0afbb2c05da5167ca3f27730a /features/project | |
parent | cc9e92a07646a2e8a193d58c1c24e837195d5a98 (diff) | |
parent | 5f087604826229af1dbd79a9a549d5e7da9c2908 (diff) | |
download | gitlab-ce-d39bcf8c7ed2f6391952a8aec984c9d13752a059.tar.gz |
Merge branch 'dz-refactor-create-members' into 'master'
Refactor code that creates and destroys project/group members
See merge request !10735
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/team_management.feature | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/features/project/team_management.feature b/features/project/team_management.feature index 5888662fc3f..aed41924cd9 100644 --- a/features/project/team_management.feature +++ b/features/project/team_management.feature @@ -7,26 +7,6 @@ Feature: Project Team Management And "Dmitriy" is "Shop" developer And I visit project "Shop" team page - Scenario: See all team members - Then I should be able to see myself in team - And I should see "Dmitriy" in team list - - @javascript - Scenario: Add user to project - When I select "Mike" as "Reporter" - Then I should see "Mike" in team list as "Reporter" - - @javascript - Scenario: Invite user to project - When I select "sjobs@apple.com" as "Reporter" - Then I should see "sjobs@apple.com" in team list as invited "Reporter" - - @javascript - Scenario: Update user access - Given I should see "Dmitriy" in team list as "Developer" - And I change "Dmitriy" role to "Reporter" - And I should see "Dmitriy" in team list as "Reporter" - Scenario: Cancel team member Given I click cancel link for "Dmitriy" Then I visit project "Shop" team page |