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:
authorCyril <jv.cyril@gmail.com>2012-11-28 20:08:25 +0400
committerCyril <jv.cyril@gmail.com>2012-11-28 21:04:28 +0400
commite0a9ffcdaa0bef73caee5a502cabe1b4d8767f1b (patch)
treeca190de9617b58041115079a91db674174bd8b78 /features/admin
parent3d242a3154644bb1fea1b70d2661cee4f3db342c (diff)
Improve admin views for project and groups
* layout: add 'Groups' item to main_menu * admin/dashboard: add a ui-box for groups * projects and groups: remove nav tabs
Diffstat (limited to 'features/admin')
-rw-r--r--features/admin/active_tab.feature5
1 files changed, 5 insertions, 0 deletions
diff --git a/features/admin/active_tab.feature b/features/admin/active_tab.feature
index fce85ce9901..226d3d5d5b5 100644
--- a/features/admin/active_tab.feature
+++ b/features/admin/active_tab.feature
@@ -12,6 +12,11 @@ Feature: Admin active tab
Then the active main tab should be Projects
And no other main tabs should be active
+ Scenario: On Admin Groups
+ Given I visit admin groups page
+ Then the active main tab should be Groups
+ And no other main tabs should be active
+
Scenario: On Admin Users
Given I visit admin users page
Then the active main tab should be Users