Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-10-22 22:42:06 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-10-22 22:42:06 +0400
commit42abdf69d59ecf28688af5994ff2e324c50a6d33 (patch)
tree3f7f9a2f43547af2de67641eee87d98304e35129 /features/group
parent83dc5f936290cd928362c56959a40b906a2acd15 (diff)
More group tests with spinach
Diffstat (limited to 'features/group')
-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