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:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-10-03 14:42:17 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-10-03 14:42:17 +0400
commit8b76e30656954c2dd95121fff46c4bc6cc81bb74 (patch)
tree752789a7cbb9598616297099bd3070d522a10400 /features/group
parent224fb5770ce71061861f5c2bddb01924d668a841 (diff)
Spianch test for group dashboard
Diffstat (limited to 'features/group')
-rw-r--r--features/group/group.feature9
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