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/dashboard | |
parent | 224fb5770ce71061861f5c2bddb01924d668a841 (diff) | |
download | gitlab-ce-8b76e30656954c2dd95121fff46c4bc6cc81bb74.tar.gz |
Spianch test for group dashboard
Diffstat (limited to 'features/dashboard')
-rw-r--r-- | features/dashboard/dashboard.feature | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/features/dashboard/dashboard.feature b/features/dashboard/dashboard.feature index 40217a7d904..24296f46579 100644 --- a/features/dashboard/dashboard.feature +++ b/features/dashboard/dashboard.feature @@ -10,6 +10,11 @@ Feature: Dashboard Then I should see "Shop" project link Then I should see project "Shop" activity feed + Scenario: I should see groups list + Given I have group with projects + And I visit dashboard page + Then I should see groups list + Scenario: I should see last push widget Then I should see last push widget And I click "Create Merge Request" link |