Add functional in admin section
This commit is contained in:
parent
17ea019f4e
commit
9c574464a6
7 changed files with 106 additions and 19 deletions
|
@ -1,6 +1,8 @@
|
|||
Feature: Admin Groups
|
||||
Background:
|
||||
Given I sign in as an admin
|
||||
And I have group with projects
|
||||
And Create gitlab user "John"
|
||||
And I visit admin groups page
|
||||
|
||||
Scenario: Create a group
|
||||
|
@ -8,3 +10,8 @@ Feature: Admin Groups
|
|||
And submit form with new group info
|
||||
Then I should be redirected to group page
|
||||
And I should see newly created group
|
||||
|
||||
Scenario: Add user into projects in group
|
||||
When I visit admin group page
|
||||
When I select user "John" from user list as "Reporter"
|
||||
Then I should see "John" in team list in every project as "Reporter"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue