diff options
Diffstat (limited to 'features/groups.feature')
-rw-r--r-- | features/groups.feature | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/features/groups.feature b/features/groups.feature index 55fffb012ae..4f9c28f813c 100644 --- a/features/groups.feature +++ b/features/groups.feature @@ -22,6 +22,12 @@ Feature: Groups When I visit group "Owned" issues page Then I should see issues from group "Owned" assigned to me + Scenario: I should not see issues from archived project in "Owned" group issues list + Given Group "Owned" has archived project + And the archived project have some issues + When I visit group "Owned" issues page + Then I should not see issues from the archived project + Scenario: I should see group "Owned" merge requests list Given project from group "Owned" has merge requests assigned to me When I visit group "Owned" merge requests page |