gitlabhq/features/group/group.feature

33 lines
1 KiB
Gherkin
Raw Normal View History

2012-10-03 12:42:17 +02:00
Feature: Groups
Background:
Given I sign in as a user
And I have group with projects
2013-01-07 21:05:21 +01:00
@javascript
2012-10-03 12:42:17 +02:00
Scenario: I should see group dashboard list
When I visit group page
Then I should see projects list
And I should see projects activity feed
2012-10-22 20:42:06 +02:00
Scenario: I should see group issues list
Given project from group has issues assigned to me
When I visit group issues page
Then I should see issues from this group assigned to me
Scenario: I should see group merge requests list
Given project from group has merge requests assigned to me
When I visit group merge requests page
Then I should see merge requests from this group assigned to me
2012-12-25 23:52:49 +01:00
Scenario: I should add user to projects in Group
Given I have new user "John"
When I visit group people page
2012-12-26 17:31:47 +01:00
And I select user "John" from list with role "Reporter"
2012-12-25 23:52:49 +01:00
Then I should see user "John" in team list
Scenario: I should see edit group page
When I visit group settings page
And I change group name
Then I should see new group name