diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-10 15:19:28 -0700 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-10 15:19:28 -0700 |
| commit | 8527e8d5996bb5543cb5a13e857b864b466a31f2 (patch) | |
| tree | 45ed0dbd7037b8832860fe671179180464f1b600 /features/dashboard | |
| parent | 04c674e6792ad638dfb505f06f4cf9e980bb4a74 (diff) | |
| download | gitlab-ce-8527e8d5996bb5543cb5a13e857b864b466a31f2.tar.gz | |
Fix test for creating group from dashboard
Diffstat (limited to 'features/dashboard')
| -rw-r--r-- | features/dashboard/group.feature | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/features/dashboard/group.feature b/features/dashboard/group.feature index 92c1379ba77..cf4b8d7283b 100644 --- a/features/dashboard/group.feature +++ b/features/dashboard/group.feature @@ -46,3 +46,11 @@ Feature: Dashboard Group When I visit dashboard groups page Then I should see group "Owned" in group list Then I should not see group "Guest" in group list + + Scenario: Create a group from dasboard + And I visit dashboard groups page + And I click new group link + And submit form with new group "Samurai" info + Then I should be redirected to group "Samurai" page + And I should see newly created group "Samurai" + |
