summaryrefslogtreecommitdiff
path: root/features/group/group.feature
diff options
context:
space:
mode:
Diffstat (limited to 'features/group/group.feature')
-rw-r--r--features/group/group.feature10
1 files changed, 10 insertions, 0 deletions
diff --git a/features/group/group.feature b/features/group/group.feature
index dbddb92ccce..07308112270 100644
--- a/features/group/group.feature
+++ b/features/group/group.feature
@@ -7,3 +7,13 @@ Feature: Groups
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