diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-07-10 13:07:24 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-07-10 13:29:46 +0200 |
commit | 4dfded8934b9ba04317bf53c2ad1f9bd3a31cc6d (patch) | |
tree | a87311ed85e4ce17ce34f433f2ff413e02bf565d /features/groups.feature | |
parent | 82a3f2f109f957b8f6a5be84dd0f6e0170cecd4f (diff) | |
download | gitlab-ce-4dfded8934b9ba04317bf53c2ad1f9bd3a31cc6d.tar.gz |
Make left menu more hierarchical and less contextual by adding back item at top
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, 4 insertions, 0 deletions
diff --git a/features/groups.feature b/features/groups.feature index 415e43d6ae7..299e846edb0 100644 --- a/features/groups.feature +++ b/features/groups.feature @@ -4,6 +4,10 @@ Feature: Groups And "John Doe" is owner of group "Owned" And "John Doe" is guest of group "Guest" + 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 |