gitlabhq/features/group/group.feature
2012-10-22 21:42:06 +03:00

20 lines
670 B
Gherkin

Feature: Groups
Background:
Given I sign in as a user
And I have group with projects
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
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