From e0a9ffcdaa0bef73caee5a502cabe1b4d8767f1b Mon Sep 17 00:00:00 2001 From: Cyril Date: Wed, 28 Nov 2012 17:08:25 +0100 Subject: 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 --- features/admin/active_tab.feature | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'features/admin') 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 -- cgit v1.2.3