diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-05-03 13:04:47 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-05-03 13:04:47 +0200 |
commit | 774af93027a5e1758adac00eb61178ecd85567ed (patch) | |
tree | 3041e03b7f28f7922959de2fa262efce6ea210ce /features/groups.feature | |
parent | d8440b3035667623c87fe84b5a58c68da4ff936f (diff) | |
download | gitlab-ce-774af93027a5e1758adac00eb61178ecd85567ed.tar.gz |
Remove go to dashboard test suite for group page and get rid of AR warning
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/groups.feature')
-rw-r--r-- | features/groups.feature | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/features/groups.feature b/features/groups.feature index 419a5d3963d..49e939807b5 100644 --- a/features/groups.feature +++ b/features/groups.feature @@ -7,10 +7,6 @@ Feature: Groups When I visit group "NonExistentGroup" page Then page status code should be 404 - Scenario: I should have back to group button - When I visit group "Owned" page - Then I should see back to dashboard button - @javascript Scenario: I should see group "Owned" dashboard list When I visit group "Owned" page |