diff options
author | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-10-03 13:42:17 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-10-03 13:42:17 +0300 |
commit | 8b76e30656954c2dd95121fff46c4bc6cc81bb74 (patch) | |
tree | 752789a7cbb9598616297099bd3070d522a10400 /features/group | |
parent | 224fb5770ce71061861f5c2bddb01924d668a841 (diff) | |
download | gitlab-ce-8b76e30656954c2dd95121fff46c4bc6cc81bb74.tar.gz |
Spianch test for group dashboard
Diffstat (limited to 'features/group')
-rw-r--r-- | features/group/group.feature | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/features/group/group.feature b/features/group/group.feature new file mode 100644 index 00000000000..dbddb92ccce --- /dev/null +++ b/features/group/group.feature @@ -0,0 +1,9 @@ +Feature: Groups + Background: + Given I sign in as a user + And I have group with projects + + Scenario: I should see group dashboard list + When I visit group page + Then I should see projects list + And I should see projects activity feed |