From 0b86b46a2c0eeaa397d2dccb49bf51d096ac12c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20D=C3=A1vila?= Date: Thu, 25 Feb 2016 21:57:28 -0500 Subject: Don't list issues from archived projects in Group view. --- features/groups.feature | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'features/groups.feature') 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 -- cgit v1.2.3