summaryrefslogtreecommitdiff
path: root/features/groups.feature
diff options
context:
space:
mode:
authorRubén Dávila <rdavila84@gmail.com>2016-02-25 21:57:28 -0500
committerRubén Dávila <rdavila84@gmail.com>2016-03-02 12:51:29 -0500
commit0b86b46a2c0eeaa397d2dccb49bf51d096ac12c6 (patch)
tree79beec1803df5116f0759383e42158dcc0899b2a /features/groups.feature
parent6aa50165b0acc355925e271f07ef8e87291e0232 (diff)
downloadgitlab-ce-0b86b46a2c0eeaa397d2dccb49bf51d096ac12c6.tar.gz
Don't list issues from archived projects in Group view.
Diffstat (limited to 'features/groups.feature')
-rw-r--r--features/groups.feature6
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