diff options
author | randx <dmitriy.zaporozhets@gmail.com> | 2012-10-22 21:42:06 +0300 |
---|---|---|
committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-10-22 21:42:06 +0300 |
commit | 42abdf69d59ecf28688af5994ff2e324c50a6d33 (patch) | |
tree | 3f7f9a2f43547af2de67641eee87d98304e35129 /features/group | |
parent | 83dc5f936290cd928362c56959a40b906a2acd15 (diff) | |
download | gitlab-ce-42abdf69d59ecf28688af5994ff2e324c50a6d33.tar.gz |
More group tests with spinach
Diffstat (limited to 'features/group')
-rw-r--r-- | features/group/group.feature | 10 |
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 |