diff options
Diffstat (limited to 'features/admin/active_tab.feature')
-rw-r--r-- | features/admin/active_tab.feature | 5 |
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 |