Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-10 18:09:30 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-10 18:09:30 +0400
commitf23d25bb4f21c8d3ecca1279556f55d2229f79b8 (patch)
tree75c8a434e01bfede195ae8a34d9f649e762b0319 /features/admin
parent4f953f6f7f0099698a58f54af2a24c5b631fd314 (diff)
Fix admin:group spinach. Remove selecting .all projects for admin user at teams page
Diffstat (limited to 'features/admin')
-rw-r--r--features/admin/groups.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/features/admin/groups.feature b/features/admin/groups.feature
index 28f35e3a831..054dccfd64c 100644
--- a/features/admin/groups.feature
+++ b/features/admin/groups.feature
@@ -11,6 +11,7 @@ Feature: Admin Groups
Then I should be redirected to group page
And I should see newly created group
+ @javascript
Scenario: Add user into projects in group
When I visit admin group page
When I select user "John" from user list as "Reporter"